add option to override transitionOverrides

This commit is contained in:
WarmUpTill
2020-06-17 22:13:57 +02:00
parent eeefd8279f
commit 340cb559ee
5 changed files with 117 additions and 26 deletions

View File

@@ -270,6 +270,7 @@ struct SwitcherData {
bool startAtLaunch = false;
bool stop = false;
bool verbose = false;
bool tansitionOverrideOverride = false;
int interval = DEFAULT_INTERVAL;