]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/menu.xml: adjust labnag example
authorNarrat <autumn-wind@web.de>
Tue, 12 Aug 2025 21:25:45 +0000 (23:25 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 12 Aug 2025 21:35:19 +0000 (22:35 +0100)
It was missing the respective closing tag

docs/menu.xml

index 536d63a428dd257826531105382e14d74ed202e7..e557561855c0caf7c41eb43df3ecd673c24de2f5 100644 (file)
   <!--
   # A prompt can be used as follows:
   <item label="Exit">
-    <action name="If"/>
+    <action name="If">
       <prompt message="Do you really want to exit the compositor?"/>
       <then>
         <action name="Exit"/>
       </then>
+    </action>
   </item>
   -->
 </menu>