Add window menu

This commit is contained in:
Consolatis 2022-01-26 00:07:10 +01:00 committed by Johan Malm
parent 4bc8726abd
commit 759b26b5c1
12 changed files with 108 additions and 11 deletions

View file

@ -72,6 +72,7 @@ main(int argc, char *argv[])
server.theme = &theme;
menu_init_rootmenu(&server);
menu_init_windowmenu(&server);
session_autostart_init();
if (startup_cmd) {