feat: add login window settings on darwin
This commit is contained in:
parent
affe94bcc5
commit
aaefd1da2e
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@
|
|||
ShowPathbar = true;
|
||||
ShowStatusBar = false;
|
||||
};
|
||||
loginwindow = {
|
||||
autoLoginUser = "Off";
|
||||
DisableConsoleAccess = true;
|
||||
GuestEnabled = false;
|
||||
};
|
||||
menuExtraClock = {
|
||||
IsAnalog = false;
|
||||
Show24Hour = false;
|
||||
|
|
Loading…
Reference in a new issue