refactor(RD): allow setting custom folder target for downloaded resources

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow 2023-01-08 12:33:10 -03:00
parent bd36f8e220
commit c294c2d1df
No known key found for this signature in database
GPG key ID: 8D0F221F0A59F469
6 changed files with 33 additions and 5 deletions

View file

@ -68,6 +68,7 @@ struct IndexedVersion {
// For internal use, not provided by APIs
bool is_currently_selected = false;
QString custom_target_folder;
};
struct ExtraPackData {