From dfc992f467eb841c91b04185b525842534820d40 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Wed, 6 Mar 2019 17:20:53 -0600 Subject: Add setting to hide the API counter --- src/settings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 3744a493..324fa0b6 100644 --- a/src/settings.h +++ b/src/settings.h @@ -276,6 +276,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 */ @@ -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 */ -- cgit v1.3.1