summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 6a11d662..34a8669a 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -810,6 +810,21 @@ public:
bool usePrereleases() const;
void setUsePrereleases(bool b);
+ // whether profiles should default to local INIs
+ //
+ bool profileLocalInis() const;
+ void setProfileLocalInis(bool b);
+
+ // whether profiles should default to local saves
+ //
+ bool profileLocalSaves() const;
+ void setProfileLocalSaves(bool b);
+
+ // whether profiles should default to automatic archive invalidation
+ //
+ bool profileArchiveInvalidation() const;
+ void setProfileArchiveInvalidation(bool b);
+
// whether to use spascreen or not
//
bool useSplash() const;