tree-wide: use markup only when an accelerator is defined with _

This commit is contained in:
Alex Chernika 2026-04-15 00:15:12 +02:00
parent 58fa089749
commit c6681876b5
No known key found for this signature in database
GPG key ID: 6029FAD8ABFB076A
8 changed files with 23 additions and 23 deletions

View file

@ -27,6 +27,7 @@ struct menuitem {
struct menu *parent;
struct menu *submenu;
bool selectable;
bool use_markup;
enum menuitem_type type;
int native_width;
struct wlr_scene_tree *tree;