From fdf56239e4b2c8f8164b3c125b09efce4a8a52cb Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:17:38 +0100 Subject: [PATCH] Add configurable navigation buttons by @ravenst0ne --- ioBroker/NsPanelTs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index d853f5da..19842c3c 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -2979,9 +2979,9 @@ function GenerateThermoPage(page: PageThermo): Payload[] { destTemp2 = getState(id + '.' + page.items[0].setThermoDestTemp2).val; } - let thermoPopup = 0 + let thermoPopup = 1 if (page.items[0].popupThermoMode1 != undefined) { - thermoPopup = 1; + thermoPopup = 0; }