Skip to content

Commit 0c67edf

Browse files
Arseyclaude
andauthored
Play confirmation sound when copying server command (#181)
"Copy server command to clipboard" silently copies with no feedback, so there's no way to tell the click registered. Play the existing system Pop sound cue on copy, matching the confirmation pattern already used elsewhere in the app. Claude-Session: https://claude.ai/code/session_01QLDiNzrDds62dnD9NoCEJV Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 91fc121 commit 0c67edf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

App/Views/ContentView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ struct ContentView: View {
9191
let pasteboard = NSPasteboard.general
9292
pasteboard.clearContents()
9393
pasteboard.setString(command, forType: .string)
94+
95+
_ = NSSound.play(.pop)
9496
}
9597
}
9698
.padding(.top, 8)

0 commit comments

Comments
 (0)