Skip to content

Commit 3474b4a

Browse files
committed
feat: try no group?
1 parent 9739bbf commit 3474b4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/macOS/enableDoNotDisturb.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ const enableFocusModeVenturaAppleScript = (
4545
// so this setup can be used regardless of user locale preferences.
4646
const center = locale.trim() === "en_GB" ? "Centre" : "Center";
4747
// 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";
48+
const position = platformMajor < 25 ? "checkbox 2 of group 1" : "checkbox 7";
5049

5150
return `-- Startup delay to reduce chance of "Application isn't running (-600)" errors
5251
delay 1

0 commit comments

Comments
 (0)