summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-23 19:10:19 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-23 19:10:19 -0400
commit088f27fe48cd8f218052090a97e8187eedf0c06e (patch)
tree87e2695ff28c5fa4a7ef3610a0898f22776074e6 /src/settings.h
parent200b5283eb5a0eff5ed18e772930b99eea5e11ef (diff)
changed the layout of the general settings tab
added option to disable checking for updates removed online check, just try it and see
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 ee6ff3fe..1556ba1e 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -692,6 +692,11 @@ public:
bool archiveParsing() const;
void setArchiveParsing(bool b);
+ // whether the user wants to check for updates
+ //
+ bool checkForUpdates() const;
+ void setCheckForUpdates(bool b);
+
// whether the user wants to upgrade to pre-releases
//
bool usePrereleases() const;