diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 34a8669a..66dbf81c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -923,6 +923,9 @@ public: static bool hideTutorialQuestion(); static void setHideTutorialQuestion(bool b); + static bool hideCategoryReminder(); + static void setHideCategoryReminder(bool b); + // if the key exists from the credentials store, puts it in `apiKey` and // returns true; otherwise, returns false and leaves `apiKey` untouched // |
