We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7503d1e commit 9739bbfCopy full SHA for 9739bbf
src/macOS/enableDoNotDisturb.ts
@@ -46,7 +46,7 @@ const enableFocusModeVenturaAppleScript = (
46
const center = locale.trim() === "en_GB" ? "Centre" : "Center";
47
// Tahoe moved the position of the DND checkbox in Control Center
48
const position =
49
- platformMajor < 25 ? "checkbox 2 of group 1" : "UI element 11 of group 1";
+ platformMajor < 25 ? "checkbox 2 of group 1" : "checkbox 7 of group 1";
50
51
return `-- Startup delay to reduce chance of "Application isn't running (-600)" errors
52
delay 1
0 commit comments