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 9739bbf commit 3474b4aCopy full SHA for 3474b4a
src/macOS/enableDoNotDisturb.ts
@@ -45,8 +45,7 @@ const enableFocusModeVenturaAppleScript = (
45
// so this setup can be used regardless of user locale preferences.
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" : "checkbox 7 of group 1";
+ const position = platformMajor < 25 ? "checkbox 2 of group 1" : "checkbox 7";
50
51
return `-- Startup delay to reduce chance of "Application isn't running (-600)" errors
52
delay 1
0 commit comments