mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix hiding menu button when not needed
This commit is contained in:
parent
a92c187627
commit
63b123fc8f
@ -18,6 +18,8 @@ class Lovelace extends PolymerElement {
|
|||||||
return html`
|
return html`
|
||||||
<template is='dom-if' if='[[_equal(_state, "loaded")]]' restamp>
|
<template is='dom-if' if='[[_equal(_state, "loaded")]]' restamp>
|
||||||
<hui-root
|
<hui-root
|
||||||
|
narrow="[[narrow]]"
|
||||||
|
show-menu="[[showMenu]]"
|
||||||
hass='[[hass]]'
|
hass='[[hass]]'
|
||||||
config='[[_config]]'
|
config='[[_config]]'
|
||||||
columns='[[_columns]]'
|
columns='[[_columns]]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user