summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorProject579 <star579avatar@gmail.com>2018-12-29 11:56:42 +0100
committerProject579 <star579avatar@gmail.com>2018-12-29 11:56:42 +0100
commitd6f9e6d900f4a92da6bb252f0f8a223d59819e45 (patch)
tree1e39b666e3d52632a471152630d2f07d4e73125d /src/settings.h
parent4436d376a8d426867f217b03838570a424b09c5f (diff)
parenteb50d0b44773f17fd8edccd557b7a2135c2cdb76 (diff)
Merge branch 'Develop' into archive_conflicts_2
Updating to 2.1.7alpha1
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 */