ladybird/Applications/SystemMenu
Andreas Kling f0cde70c18 LibGUI: Simplify submenu construction
The API for adding a submenu to a menu is now:

auto& submenu = menu.add_submenu("Name");
submenu.add_action(my_action);
2020-04-29 11:48:11 +02:00
..
main.cpp LibGUI: Simplify submenu construction 2020-04-29 11:48:11 +02:00
Makefile SystemMenu: Move SystemDialog into SystemMenu and remove INI config 2020-02-23 22:03:03 +01:00
PowerDialog.cpp Application: Fix for reboot on PowerDialog close button click 2020-04-28 20:30:48 +02:00
PowerDialog.h SystemMenu: Fix bad behavior in shutdown dialog 2020-03-03 16:46:39 +01:00