mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +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
|
|
@ -114,7 +114,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue