diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-03-06 17:20:53 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-03-06 17:20:53 -0600 |
| commit | dfc992f467eb841c91b04185b525842534820d40 (patch) | |
| tree | 369c2e18a49a2682b6923a68e7079bb0d4dd6608 /src/settings.h | |
| parent | fa44740193e510df569441016d40e74b8dc6fca1 (diff) | |
Add setting to hide the API counter
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 6 |
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 */ |
