mirror of
https://github.com/labwc/labwc.git
synced 2025-11-12 13:30:11 -05:00
Allow overwriting the icon of item linking to another menu like below
(the icon for "krita" should be shown):
<openbox_menu>
<menu id="static-menu" label="Static Menu" icon="mpv" />
<menu id="root-menu" label="Root">
<menu id="static-menu" icon="krita" />
</menu>
</openbox_menu>
This commit also fixes my mistake in
|
||
|---|---|---|
| .. | ||
| menu.c | ||
| meson.build | ||