Compare commits

...
Author SHA1 Message Date
Claude 826fe4f7b0 Prevent kiosk mode to hide dashboard edit button 2026-09-14 21:29:48 +00:00
-1
View File
@@ -347,7 +347,6 @@ class HUIRoot extends LitElement {
!this._editMode &&
this.hass!.user?.is_admin &&
!this.hass!.config.recovery_mode &&
!this.hass.kioskMode &&
!this.noEdit,
overflow: true,
overflow_can_promote: true,