1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:37:35 +00:00

SystemMenu: Move SystemDialog into SystemMenu and remove INI config

I probably would've done INI config removal in another commit, but it
fit well here because I didn't want to pledge wpath for SystemMenu if I
didn't need to.

Frankly, that's something that I think should be done: allow ConfigFile
to be used read-only.
This commit is contained in:
thatlittlegit 2020-02-23 10:38:57 -05:00 committed by Andreas Kling
parent 9784ab99d2
commit 30556a0a93
8 changed files with 87 additions and 121 deletions

View file

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