summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-20 20:44:20 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:35:08 -0500
commit049a7e2efd4a42437cc6e06b59d9a28cc65457bc (patch)
tree1949bc3f5bf12c4cf4278bb7c72eefe3250f23b7 /src/settings.h
parentf8b015220d7b743bdf6829fae610e7dfe33cf176 (diff)
Dialogs and bugfixes
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 e7ca47a9..30254c06 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -931,6 +931,9 @@ public:
static bool hideCategoryReminder();
static void setHideCategoryReminder(bool b);
+ static bool hideAssignCategoriesQuestion();
+ static void setHideAssignCategoriesQuestion(bool b);
+
// if the key exists from the credentials store, puts it in `apiKey` and
// returns true; otherwise, returns false and leaves `apiKey` untouched
//