1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

SystemDialog: Revamp to be more Win95-like

Only thing I don't like right now is the fact that we rely on the shell.
This commit is contained in:
thatlittlegit 2020-02-22 20:34:20 -05:00 committed by Andreas Kling
parent 6c5100b644
commit efc4861786
2 changed files with 148 additions and 22 deletions

12
Base/etc/SystemDialog.ini Normal file
View file

@ -0,0 +1,12 @@
[Shut Down]
command=/bin/shutdown --now
default=1
[Reboot]
command=/bin/reboot
[Log Out]
enabled=0
[Suspend]
enabled=0