summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
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
//