mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Updated UI drivers to make sure modal shutdown warning is shown when vacancy shutdown is triggered
This commit is contained in:
parent
d563a6224b
commit
6afe1729bf
4 changed files with 6 additions and 6 deletions
|
|
@ -763,7 +763,7 @@ namespace PepperDash.Essentials
|
|||
var timer = CurrentRoom.ShutdownPromptTimer;
|
||||
SetActivityFooterFeedbacks();
|
||||
|
||||
if (CurrentRoom.ShutdownType == eShutdownType.Manual)
|
||||
if (CurrentRoom.ShutdownType == eShutdownType.Manual || CurrentRoom.ShutdownType == eShutdownType.Vacancy)
|
||||
{
|
||||
PowerDownModal = new ModalDialog(TriList);
|
||||
var message = string.Format("Meeting will end in {0} seconds", CurrentRoom.ShutdownPromptSeconds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue