removed sub menu off home-assistant
This commit is contained in:
parent
5c1de7d077
commit
7e6ab23ecf
|
@ -2,13 +2,6 @@
|
|||
<interface>
|
||||
<object class="GtkMenu" id="menu">
|
||||
|
||||
<child>
|
||||
<object class="GtkMenuItem">
|
||||
|
||||
<property name="label">Mood</property>
|
||||
<child type="submenu">
|
||||
<object class="GtkMenu">
|
||||
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="mood-relax">
|
||||
<property name="label">Relax</property>
|
||||
|
@ -21,11 +14,5 @@
|
|||
</object>
|
||||
</child>
|
||||
|
||||
</object>
|
||||
</child>
|
||||
|
||||
</object>
|
||||
</child>
|
||||
|
||||
</object>
|
||||
</interface>
|
||||
|
|
Loading…
Reference in New Issue