You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was tinkering with the Control Center and noticed that the system defaults don't include all the options for each module. For instance, the "Show When Active" option is missing. The values also seem to be different on macOS Sequoia. Here's what I found:
18 is "Always Show in Menu Bar" when "Show When Active" is also available.
8 instead of 24 is "Don't Show in Menu Bar".
2 is "Show When Active" or "Show in Menu Bar" when "Show When Active" is not available.
Also, options for modules such as "Wi-Fi", "Stage Manager" or "Screen Mirroring" are completely missing.
I think it would be a better choice to make the options integers instead of booleans. That way, assuming the options stay as integers, it won't be needed to update the code every time something breaks in the future.
The text was updated successfully, but these errors were encountered:
jaqobb
changed the title
Control Center system defaults lack values and values are incorrect on Sequoia
Control Center system defaults lack options, values and values are incorrect on Sequoia
Jan 3, 2025
I was tinkering with the Control Center and noticed that the system defaults don't include all the options for each module. For instance, the "Show When Active" option is missing. The values also seem to be different on macOS Sequoia. Here's what I found:
18
is "Always Show in Menu Bar" when "Show When Active" is also available.8
instead of24
is "Don't Show in Menu Bar".2
is "Show When Active" or "Show in Menu Bar" when "Show When Active" is not available.Also, options for modules such as "Wi-Fi", "Stage Manager" or "Screen Mirroring" are completely missing.
I think it would be a better choice to make the options integers instead of booleans. That way, assuming the options stay as integers, it won't be needed to update the code every time something breaks in the future.
Verified on:
The text was updated successfully, but these errors were encountered: