From 049a7e2efd4a42437cc6e06b59d9a28cc65457bc Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 20 Sep 2023 20:44:20 -0500 Subject: Dialogs and bugfixes --- src/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/settings.h') 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 // -- cgit v1.3.1