Improve plugin state action

Add options to check for ...
 * Initial plugin start
 * Plugin restart
 * Scene collection change
This commit is contained in:
WarmUpTill
2022-12-24 01:38:01 +01:00
committed by WarmUpTill
parent e147402250
commit 4eafbb8f18
5 changed files with 94 additions and 35 deletions

View File

@@ -137,6 +137,8 @@ struct SwitcherData {
bool macroSceneSwitched = false;
bool replayBufferSaved = false;
bool obsIsShuttingDown = false;
bool firstInterval = true;
bool firstIntervalAfterStop = true;
int shutdownConditionCount = 0;
Curlhelper curl;