Skip to content

Commit 73f0f08

Browse files
committed
feat: checkbox 7
1 parent 6d03c4f commit 73f0f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macOS/enableDoNotDisturb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +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
const checkboxPosition =
48-
platformMajor < 25 ? "checkbox 2 of group 1" : "checkbox 6 of group 1";
48+
platformMajor < 25 ? "checkbox 2 of group 1" : "checkbox 7 of group 1";
4949

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

0 commit comments

Comments
 (0)