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
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 {