docs/menu.xml: adjust labnag example

It was missing the respective closing tag
This commit is contained in:
Narrat 2025-08-12 23:25:45 +02:00 committed by Johan Malm
parent 09b4e9605e
commit e05b924e4d

View file

@ -68,11 +68,12 @@
<!-- <!--
# A prompt can be used as follows: # A prompt can be used as follows:
<item label="Exit"> <item label="Exit">
<action name="If"/> <action name="If">
<prompt message="Do you really want to exit the compositor?"/> <prompt message="Do you really want to exit the compositor?"/>
<then> <then>
<action name="Exit"/> <action name="Exit"/>
</then> </then>
</action>
</item> </item>
--> -->
</menu> </menu>