1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 18:00:59 +00:00
serenity/Applications/SystemMenu
Andreas Kling b1d35248e4 SystemMenu: Fix bad behavior in shutdown dialog
The selected option was stored in a captured stack variable which was
long gone by the time we looked at it, so this dialog didn't really
behave the way you'd expect. Put it in a member instead. :^)
2020-03-03 16:46:39 +01:00
..
main.cpp AK: Make quick_sort() a little more ergonomic 2020-03-03 16:02:58 +01:00
Makefile SystemMenu: Move SystemDialog into SystemMenu and remove INI config 2020-02-23 22:03:03 +01:00
PowerDialog.cpp SystemMenu: Fix bad behavior in shutdown dialog 2020-03-03 16:46:39 +01:00
PowerDialog.h SystemMenu: Fix bad behavior in shutdown dialog 2020-03-03 16:46:39 +01:00