mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Merge branch 'main' into hotfix/occ-sensor-fixes
This commit is contained in:
commit
e54de1f1cb
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace PepperDash.Essentials.Core.UI
|
|||
:base(key, name)
|
||||
{
|
||||
|
||||
if (Panel == null)
|
||||
if (panel == null)
|
||||
{
|
||||
Debug.Console(0, this, "Panel is not valid. Touchpanel class WILL NOT work correctly");
|
||||
return;
|
||||
|
|
@ -71,6 +71,8 @@ namespace PepperDash.Essentials.Core.UI
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Panel.LoadSmartObjects(sgdName);
|
||||
});
|
||||
|
||||
AddPostActivationAction(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue