fix: move AppleMenuBarVisibleInFullscreen back to CustomUserPreferences

This commit is contained in:
mikl 2026-07-01 13:06:16 +03:00
parent 038196166e
commit 7475e188dd

View file

@ -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 = {