summaryrefslogtreecommitdiff
path: root/src/createinstancedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/createinstancedialog.h')
-rw-r--r--src/createinstancedialog.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/createinstancedialog.h b/src/createinstancedialog.h
index fe3c5646..4495cc78 100644
--- a/src/createinstancedialog.h
+++ b/src/createinstancedialog.h
@@ -66,6 +66,15 @@ public:
auto operator<=>(const Paths&) const = default;
};
+ struct ProfileSettings
+ {
+ bool localInis;
+ bool localSaves;
+ bool archiveInvalidation;
+
+ auto operator<=>(const ProfileSettings&) const = default;
+ };
+
// all the info filled in the various pages
//
struct CreationInfo
@@ -78,6 +87,7 @@ public:
QString dataPath;
QString iniPath;
Paths paths;
+ ProfileSettings profileSettings;
};
CreateInstanceDialog(const PluginContainer& pc, Settings* s,