summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
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 3694bfad..4a932da7 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;
@@ -475,6 +480,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 */