Skip to content

Commit b8b10a2

Browse files
authored
Revert "feat(ui): default completion sound to meep" (#2684)
1 parent a3dd3fd commit b8b10a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/features/settings/settingsStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const useSettingsStore = create<SettingsStore>()(
187187
desktopNotifications: true,
188188
dockBadgeNotifications: true,
189189
dockBounceNotifications: false,
190-
completionSound: "meep",
190+
completionSound: "none",
191191
completionVolume: 80,
192192
setDesktopNotifications: (enabled) =>
193193
set({ desktopNotifications: enabled }),

0 commit comments

Comments
 (0)