mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:37:47 +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:
parent
9784ab99d2
commit
30556a0a93
8 changed files with 87 additions and 121 deletions
|
@ -1,12 +0,0 @@
|
|||
[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