Start the plugin on first boot

This commit is contained in:
WarmUpTill 2025-05-05 20:00:30 +02:00 committed by WarmUpTill
parent 6c22f438b6
commit b78a6510a9

View File

@ -383,6 +383,7 @@ void AdvSceneSwitcher::CheckFirstTimeSetup()
switcher->firstBoot = false;
DisplayMessage(
obs_module_text("AdvSceneSwitcher.firstBootMessage"));
switcher->Start();
}
}