summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-17 13:00:01 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-17 13:00:01 +0100
commit704490e3157dbb9916fc3fb42b5503462a482f06 (patch)
treeee5e4fd41dcb5efa2379e3203401a2e7186d74d7 /src/settings.h
parent2b1f01cba2a50a17db69187a1b4cbecf5a0fb65d (diff)
Add setting to not check for updates after installing mods.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 5f6dd37c..35c9ca4d 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -653,6 +653,11 @@ public:
bool saveFilters() const;
void setSaveFilters(bool b);
+ // whether to check for update after installing a mod
+ //
+ bool checkUpdateAfterInstallation() const;
+ void setCheckUpdateAfterInstallation(bool b);
+
// whether to show compact downloads
//
bool compactDownloads() const;