Display message on first boot

This commit is contained in:
WarmUpTill
2022-01-05 01:24:40 +01:00
committed by WarmUpTill
parent 82c20b871b
commit 2d61189655
6 changed files with 14 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ public:
void setupMacroTab();
void setTabOrder();
void restoreWindowGeo();
void checkFirstTimeSetup();
signals:
void MacroAdded(const QString &name);

View File

@@ -77,6 +77,7 @@ struct SwitcherData {
SwitcherThread *th = nullptr;
bool settingsWindowOpened = false;
bool firstBoot = true;
std::condition_variable cv;
std::mutex m;