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

@@ -444,6 +444,14 @@ void AdvSceneSwitcher::restoreWindowGeo()
}
}
void AdvSceneSwitcher::checkFirstTimeSetup()
{
if (switcher->firstBoot && !switcher->disableHints) {
DisplayMessage(
obs_module_text("AdvSceneSwitcher.firstBootMessage"));
}
}
void AdvSceneSwitcher::on_tabMoved(int from, int to)
{
if (loading) {