mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10: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:
parent
6c5100b644
commit
efc4861786
2 changed files with 148 additions and 22 deletions
12
Base/etc/SystemDialog.ini
Normal file
12
Base/etc/SystemDialog.ini
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Shut Down]
|
||||
command=/bin/shutdown --now
|
||||
default=1
|
||||
|
||||
[Reboot]
|
||||
command=/bin/reboot
|
||||
|
||||
[Log Out]
|
||||
enabled=0
|
||||
|
||||
[Suspend]
|
||||
enabled=0
|
Loading…
Add table
Add a link
Reference in a new issue