diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-11 22:43:27 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-14 23:41:37 +0300 |
commit | 1495bfb73ead50b45942e94a8e3b18e111820b4b (patch) | |
tree | ba5eee6cf565b363d51ca432af460209a5d13da1 /launcher/ui/dialogs/ExportToModListDialog.h | |
parent | 9b02c31f8dab0f36f3d0c30115ab323dabe21541 (diff) | |
download | PrismLauncher-1495bfb73ead50b45942e94a8e3b18e111820b4b.tar.gz PrismLauncher-1495bfb73ead50b45942e94a8e3b18e111820b4b.tar.bz2 PrismLauncher-1495bfb73ead50b45942e94a8e3b18e111820b4b.zip |
Made custom template enabled all time
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs/ExportToModListDialog.h')
-rw-r--r-- | launcher/ui/dialogs/ExportToModListDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ExportToModListDialog.h b/launcher/ui/dialogs/ExportToModListDialog.h index a7a6bcdc..b8a83d83 100644 --- a/launcher/ui/dialogs/ExportToModListDialog.h +++ b/launcher/ui/dialogs/ExportToModListDialog.h @@ -45,8 +45,9 @@ class ExportToModListDialog : public QDialog { private: QString extension(); QList<Mod*> m_allMods; - bool m_template_selected; + bool m_template_changed; QString name; ExportToModList::Formats format = ExportToModList::Formats::HTML; Ui::ExportToModListDialog* ui; + static const QHash<ExportToModList::Formats, QString> exampleLines; }; |