feat(ui): improve info dialog before updating an instance
Adds a 'Cancel' option, and add a note about doing a backup before updating. Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
68facd6b93
commit
eda6cf11ef
6 changed files with 50 additions and 20 deletions
|
@ -27,7 +27,7 @@ class ModrinthCreationTask final : public InstanceCreationTask {
|
|||
bool createInstance() override;
|
||||
|
||||
private:
|
||||
bool parseManifest(QString, std::vector<Modrinth::File>&, bool set_managed_info = true);
|
||||
bool parseManifest(QString, std::vector<Modrinth::File>&, bool set_managed_info = true, bool show_optional_dialog = true);
|
||||
QString getManagedPackID() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue