diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-25 23:18:47 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:05 -0500 |
| commit | b1e681e129d87cb2f8aab89a734ab7b185975bcd (patch) | |
| tree | 14d2e1cc78f3093a2fcc0394f7b9b97a21f40e3e /src/settings.h | |
| parent | 8987693dcf7dc116361869f128fd443716511f0c (diff) | |
hide tutorial question option
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 dd8abf3f..a9501b9d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -841,6 +841,9 @@ public: static bool hideCreateInstanceIntro(); static void setHideCreateInstanceIntro(bool b); + static bool hideTutorialQuestion(); + static void setHideTutorialQuestion(bool b); + // resets anything that the user can disable static void resetDialogs(); |
