fix(essentials): fixes inverted activity call button state

This commit is contained in:
Neil Dorin
2021-08-12 15:33:17 -06:00
parent efa801137c
commit 2a37e44d7d

View File

@@ -635,7 +635,7 @@ namespace PepperDash.Essentials
TriList.SetBool(StartPageVisibleJoin, startMode ? true : false);
TriList.SetBool(UIBoolJoin.SourceStagingBarVisible, presentationMode ? true : false);
CallButtonSig.BoolValue = startMode
CallButtonSig.BoolValue = callMode
&& CurrentRoom.ShutdownType == eShutdownType.None;
ShareButtonSig.BoolValue = presentationMode
&& CurrentRoom.ShutdownType == eShutdownType.None;