removed sub menu off home-assistant

This commit is contained in:
Lorenz Hohermuth 2025-01-29 16:01:01 +01:00
parent 5c1de7d077
commit 7e6ab23ecf
1 changed files with 8 additions and 21 deletions

View File

@ -2,13 +2,6 @@
<interface> <interface>
<object class="GtkMenu" id="menu"> <object class="GtkMenu" id="menu">
<child>
<object class="GtkMenuItem">
<property name="label">Mood</property>
<child type="submenu">
<object class="GtkMenu">
<child> <child>
<object class="GtkMenuItem" id="mood-relax"> <object class="GtkMenuItem" id="mood-relax">
<property name="label">Relax</property> <property name="label">Relax</property>
@ -21,11 +14,5 @@
</object> </object>
</child> </child>
</object>
</child>
</object>
</child>
</object> </object>
</interface> </interface>