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
The appearance of the do not disturb icon does work in macOS Ventura 13.5.1.
I believe this is due to the way Focus Modes are accessed in src/misc/dnd.c.
I'm not proficient enough in C or Swift to figure out how to fix this, but I believe the following might be helpful.
The following snippet returns a boolean 0 or 1 depending on whether or not a Focus mode is active: defaults read com.apple.controlcenter "NSStatusItem Visible FocusModes".
Perhaps this can be adapted into dnd.c?
The text was updated successfully, but these errors were encountered:
The appearance of the do not disturb icon does work in macOS Ventura 13.5.1.
I believe this is due to the way Focus Modes are accessed in
src/misc/dnd.c
.I'm not proficient enough in C or Swift to figure out how to fix this, but I believe the following might be helpful.
The following snippet returns a boolean 0 or 1 depending on whether or not a Focus mode is active:
defaults read com.apple.controlcenter "NSStatusItem Visible FocusModes"
.Perhaps this can be adapted into
dnd.c
?The text was updated successfully, but these errors were encountered: