Fix freeze when changing scene collection

This commit is contained in:
WarmUpTill
2022-11-16 14:49:13 +01:00
committed by WarmUpTill
parent 9bcced524b
commit 624ff9f5c6
3 changed files with 19 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ struct SwitcherData {
bool transitionActive = false;
bool waitForTransition = false;
bool stop = false;
bool sceneColletionStop = false;
bool verbose = false;
bool disableHints = false;
bool hideLegacyTabs = true;