We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dd3fd commit b8b10a2Copy full SHA for b8b10a2
1 file changed
packages/ui/src/features/settings/settingsStore.ts
@@ -187,7 +187,7 @@ export const useSettingsStore = create<SettingsStore>()(
187
desktopNotifications: true,
188
dockBadgeNotifications: true,
189
dockBounceNotifications: false,
190
- completionSound: "meep",
+ completionSound: "none",
191
completionVolume: 80,
192
setDesktopNotifications: (enabled) =>
193
set({ desktopNotifications: enabled }),
0 commit comments