Add video tab (#131)

This tab will allow switching scenes based on the video output of sources.
This commit is contained in:
WarmUpTill
2021-03-05 14:08:17 +01:00
committed by GitHub
parent 78e14df620
commit e4bb034303
14 changed files with 1142 additions and 31 deletions

View File

@@ -66,7 +66,7 @@ bool SwitcherData::prioFuncsValid()
}
for (int p : functionNamesByPriority) {
if (p < 0 || p > 8) {
if (p < 0 || p > 9) {
return false;
}
}