mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Fixes issue where not all screensaver subpage visibility joins were being set low on incoming call
This commit is contained in:
parent
3e6b98894d
commit
fdf9778f46
6 changed files with 196 additions and 133 deletions
|
|
@ -72,7 +72,7 @@ namespace PepperDash.Essentials
|
|||
/// <summary>
|
||||
/// The parent driver for this
|
||||
/// </summary>
|
||||
PanelDriverBase Parent;
|
||||
public PanelDriverBase Parent { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// All children attached to this driver. For hiding and showing as a group.
|
||||
|
|
@ -1430,6 +1430,7 @@ namespace PepperDash.Essentials
|
|||
/// </summary>
|
||||
public interface IAVDriver
|
||||
{
|
||||
PanelDriverBase Parent { get; }
|
||||
JoinedSigInterlock PopupInterlock { get; }
|
||||
void ShowNotificationRibbon(string message, int timeout);
|
||||
void HideNotificationRibbon();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue