docs(conversation-assistant): improve openSettings doc comment

Test pipeline with local apricot deployment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-29 20:14:48 -08:00
parent 412e3dff06
commit 064cd05067

View file

@ -132,7 +132,7 @@ class MenuBarViewModel: ObservableObject {
syncManager.retryConnection()
}
/// Opens the Settings window, closing the popover first
/// Opens the Settings window, closing the popover first and activating the app
func openSettings() {
// Close the popover first
if let appDelegate = NSApp.delegate as? AppDelegate {