From eeddc993a7ee1785d2beaac8e6f3bf0bc155c158 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 26 Dec 2021 19:52:40 -0600 Subject: Add reminder dialog for old instances --- 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 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 // -- cgit v1.3.1