summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-24 21:43:57 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-24 22:37:53 -0600
commit40a3e93c4698f31494df6483ff964a535342e177 (patch)
tree1528751ac02d9d170e4b4014f6e579ebbb3132e3 /src/settings.h
parentd021011cfa1f9276dc9c3dd7c2fcd395e3a78260 (diff)
Add an option to disable endorsements
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 912864e2..25f22911 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -271,6 +271,11 @@ public:
bool useProxy() const;
/**
+ * @return true if endorsement integration is enabled
+ */
+ bool endorsementIntegration() const;
+
+ /**
* @return true if the user wants to see non-official plugins installed outside MO in his mod list
*/
bool displayForeign() const;
@@ -470,6 +475,7 @@ private:
QCheckBox *m_proxyBox;
QListWidget *m_knownServersList;
QListWidget *m_preferredServersList;
+ QCheckBox *m_endorsementBox;
};
/** Display/store the configuration in the 'steam' tab of the settings dialogue */