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 6d03c4f commit 73f0f08Copy full SHA for 73f0f08
src/macOS/enableDoNotDisturb.ts
@@ -45,7 +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
const checkboxPosition =
48
- platformMajor < 25 ? "checkbox 2 of group 1" : "checkbox 6 of group 1";
+ platformMajor < 25 ? "checkbox 2 of group 1" : "checkbox 7 of group 1";
49
50
return `-- Startup delay to reduce chance of "Application isn't running (-600)" errors
51
delay 1
0 commit comments