···1818 isOn: $store.notificationSoundEnabled
1919 )
2020 .help("Play a sound when a notification is received")
2121+ Toggle(
2222+ "Move notified worktree to top",
2323+ isOn: $store.moveNotifiedWorktreeToTop
2424+ )
2525+ .help("Bring the worktree to the top when the terminal receives a notification")
2126 }
2227 }
2328 .formStyle(.grouped)