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/mainwindow.h | |
| parent | 8987693dcf7dc116361869f128fd443716511f0c (diff) | |
hide tutorial question option
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 814e0363..8b2188c8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -506,6 +506,7 @@ private slots: void hideSaveGameInfo(); void hookUpWindowTutorials(); + bool shouldStartTutorial() const; void resumeDownload(int downloadIndex); void endorseMod(ModInfo::Ptr mod); |
