1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-14 23:18:21 +00:00

Fix kiosk mode not opening sidebar on toggle menu event (#29604)

This commit is contained in:
Steven Travers
2026-02-12 15:54:46 +01:00
committed by GitHub
parent 7e225ed8a7
commit 3f724aba4f

View File

@@ -98,7 +98,7 @@ export class HomeAssistantMain extends LitElement {
});
return;
}
if (this._sidebarNarrow) {
if (this._sidebarNarrow || this.hass.kioskMode) {
this._drawerOpen = ev.detail?.open ?? !this._drawerOpen;
} else {
fireEvent(this, "hass-dock-sidebar", {