fix(essentials): #792 refactors logic to show/hide SelectASourceVisible subpage

This commit is contained in:
Neil Dorin
2021-08-17 16:41:23 -06:00
parent 5c02d72ed1
commit 12e8dca47e
2 changed files with 38 additions and 10 deletions

View File

@@ -918,6 +918,7 @@ namespace PepperDash.Essentials
TriList.BooleanInput[StartPageVisibleJoin].BoolValue = true;
TriList.BooleanInput[UIBoolJoin.VolumeSingleMute1Visible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.SourceStagingBarVisible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.SelectASourceVisible].BoolValue = false;
}
}