menu: Add generic menu_init() entry point

This commit is contained in:
Consolatis 2022-12-06 11:54:55 +01:00 committed by Johan Malm
parent aa4ef94af0
commit ccf68c5950
3 changed files with 14 additions and 10 deletions

View file

@ -169,8 +169,7 @@ main(int argc, char *argv[])
rc.theme = &theme;
server.theme = &theme;
menu_init_rootmenu(&server);
menu_init_windowmenu(&server);
menu_init(&server);
session_autostart_init(rc.config_dir);
if (startup_cmd) {