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 3744a493..324fa0b6 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -277,6 +277,11 @@ public:
bool endorsementIntegration() const;
/**
+ * @return true if the API counter should be hidden
+ */
+ bool hideAPICounter() const;
+
+ /**
* @return true if the user wants to see non-official plugins installed outside MO in his mod list
*/
bool displayForeign() const;
@@ -481,6 +486,7 @@ private:
QListWidget *m_knownServersList;
QListWidget *m_preferredServersList;
QCheckBox *m_endorsementBox;
+ QCheckBox *m_hideAPICounterBox;
};
/** Display/store the configuration in the 'steam' tab of the settings dialogue */