qt_gui: Some game install features and fixes (#2261)

* open update folder + delete save folder + bulk install checkbox

* delete pkg on install checkbox + use game icon for finish window
This commit is contained in:
ElBread3 2025-01-28 21:14:47 -06:00 committed by GitHub
parent 0575853be1
commit 78a0a755c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 101 additions and 10 deletions

View file

@ -123,4 +123,8 @@ protected:
}
void resizeEvent(QResizeEvent* event) override;
std::filesystem::path last_install_dir = "";
bool delete_file_on_install = false;
bool use_for_all_queued = false;
};