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 = {
|
system.defaults = {
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
AppleInterfaceStyle = "Dark";
|
AppleInterfaceStyle = "Dark";
|
||||||
AppleMenuBarVisibleInFullscreen = true;
|
|
||||||
AppleMiniaturizeOnDoubleClick = false;
|
AppleMiniaturizeOnDoubleClick = false;
|
||||||
NSAutomaticCapitalizationEnabled = true;
|
NSAutomaticCapitalizationEnabled = true;
|
||||||
NSAutomaticPeriodSubstitutionEnabled = true;
|
NSAutomaticPeriodSubstitutionEnabled = true;
|
||||||
|
|
@ -66,6 +65,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"NSGlobalDomain" = {
|
||||||
|
"AppleMenuBarVisibleInFullscreen" = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
controlcenter = {
|
controlcenter = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue