Add option to automatically start the plugin on a given scene

This functionality was lost with the removal of the "Scene trigger" tab.
This commit is contained in:
WarmUpTill
2025-10-18 11:30:22 +02:00
committed by WarmUpTill
parent 9551519cb9
commit 602675b3b3
13 changed files with 197 additions and 44 deletions

View File

@@ -538,6 +538,7 @@ static void handleSceneChange()
}
switcher->checkDefaultSceneTransitions();
switcher->CheckAutoStart();
}
static void setLiveTime()