mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
Add ToggleAlwaysOnTop action
This commit is contained in:
parent
cfca377ca2
commit
6b4d9b9383
8 changed files with 44 additions and 1 deletions
|
|
@ -452,6 +452,8 @@ menu_init_windowmenu(struct server *server)
|
|||
fill_item("name.action", "ToggleFullscreen");
|
||||
current_item = item_create(menu, "Decorations");
|
||||
fill_item("name.action", "ToggleDecorations");
|
||||
current_item = item_create(menu, "AlwaysOnTop");
|
||||
fill_item("name.action", "ToggleAlwaysOnTop");
|
||||
current_item = item_create(menu, "Close");
|
||||
fill_item("name.action", "Close");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue