Bugfix - Sub-Page closes on Button Action - (Many thanks to Grrzzz)

This commit is contained in:
Armilar
2022-06-14 22:37:22 +02:00
committed by GitHub
parent 020597b298
commit bd20d2fd27

View File

@@ -328,7 +328,7 @@ var WLAN: PageQR =
"heading": "Gäste WLAN", "heading": "Gäste WLAN",
"useColor": true, "useColor": true,
"subPage": true, "subPage": true,
"parent": WLAN, "parent": Subpages_1,
"items": [<PageItem>{ id: "alias.0.NSPanel_1.Guest_Wifi" }] "items": [<PageItem>{ id: "alias.0.NSPanel_1.Guest_Wifi" }]
}; };