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

@@ -87,6 +87,7 @@ void AdvSceneSwitcher::loadUI()
setTabOrder();
restoreWindowGeo();
checkFirstTimeSetup();
loading = false;
}