diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2021-12-26 19:52:40 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:27:49 -0500 |
| commit | eeddc993a7ee1785d2beaac8e6f3bf0bc155c158 (patch) | |
| tree | f8708c49a68cd2387219b1607430b96d7de6e3b9 /src/settings.h | |
| parent | 9a801f65013396e02c228785d84f9694d4b187c6 (diff) | |
Add reminder dialog for old instances
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 // |
