diff options
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 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 // |
