ladybird/Services/SystemMenu
Andreas Kling bc7bf727dd SystemMenu: Don't exit if the shutdown dialog is opened but cancelled
Previously opening the shutdown dialog and cancelling out of it would
cause SystemMenu to exit due to the exit-when-there-are-no-more-windows
mechanism in GUI::Application. Fix this by opting out of it.
2020-05-19 17:46:28 +02:00
..
CMakeLists.txt SystemMenu: Rename PowerDialog => ShutdownDialog 2020-05-19 17:46:28 +02:00
main.cpp SystemMenu: Don't exit if the shutdown dialog is opened but cancelled 2020-05-19 17:46:28 +02:00
ShutdownDialog.cpp SystemMenu: Rename PowerDialog => ShutdownDialog 2020-05-19 17:46:28 +02:00
ShutdownDialog.h SystemMenu: Rename PowerDialog => ShutdownDialog 2020-05-19 17:46:28 +02:00