···1515 set: { store.send(.setInAppNotificationsEnabled($0)) }
1616 )
1717 )
1818- .help("Show bell icon next to worktree (no shortcut)")
1818+ .help("Show bell icon next to worktree")
1919 Toggle(
2020 "Play notification sound",
2121 isOn: Binding(
···2323 set: { store.send(.setNotificationSoundEnabled($0)) }
2424 )
2525 )
2626- .help("Play a sound when a notification is received (no shortcut)")
2626+ .help("Play a sound when a notification is received")
2727 }
2828 }
2929 .formStyle(.grouped)