mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-01 06:05:35 -05:00
add media
This commit is contained in:
@@ -36,7 +36,7 @@ bool SwitcherData::prioFuncsValid()
|
||||
|
||||
for (int p : functionNamesByPriority)
|
||||
{
|
||||
if (p < 0 || p > 5)
|
||||
if (p < 0 || p > 6)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user