Add configurable navigation buttons by @ravenst0ne

This commit is contained in:
Armilar
2023-01-11 18:17:38 +01:00
committed by GitHub
parent b74bae7863
commit 01a403fec1

View File

@@ -2979,9 +2979,9 @@ function GenerateThermoPage(page: PageThermo): Payload[] {
destTemp2 = getState(id + '.' + page.items[0].setThermoDestTemp2).val; destTemp2 = getState(id + '.' + page.items[0].setThermoDestTemp2).val;
} }
let thermoPopup = 0 let thermoPopup = 1
if (page.items[0].popupThermoMode1 != undefined) { if (page.items[0].popupThermoMode1 != undefined) {
thermoPopup = 1; thermoPopup = 0;
} }