fix: move AppleMenuBarVisibleInFullscreen back to CustomUserPreferences
This commit is contained in:
parent
038196166e
commit
7475e188dd
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
system.defaults = {
|
||||
NSGlobalDomain = {
|
||||
AppleInterfaceStyle = "Dark";
|
||||
AppleMenuBarVisibleInFullscreen = true;
|
||||
AppleMiniaturizeOnDoubleClick = false;
|
||||
NSAutomaticCapitalizationEnabled = true;
|
||||
NSAutomaticPeriodSubstitutionEnabled = true;
|
||||
|
|
@ -66,6 +65,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
"NSGlobalDomain" = {
|
||||
"AppleMenuBarVisibleInFullscreen" = true;
|
||||
};
|
||||
};
|
||||
|
||||
controlcenter = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue