summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2021-12-26 19:52:40 -0600
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:27:49 -0500
commiteeddc993a7ee1785d2beaac8e6f3bf0bc155c158 (patch)
treef8708c49a68cd2387219b1607430b96d7de6e3b9 /src/settings.h
parent9a801f65013396e02c228785d84f9694d4b187c6 (diff)
Add reminder dialog for old instances
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
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
//