From 064cd050671bc21f8715ffbe316edbbf0399b20b Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Mon, 29 Dec 2025 20:14:48 -0800 Subject: [PATCH] docs(conversation-assistant): improve openSettings doc comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test pipeline with local apricot deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../macos/Sources/Views/MenuBarViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/conversation-assistant/macos/Sources/Views/MenuBarViewModel.swift b/features/conversation-assistant/macos/Sources/Views/MenuBarViewModel.swift index 5b131668b..4685dbc31 100644 --- a/features/conversation-assistant/macos/Sources/Views/MenuBarViewModel.swift +++ b/features/conversation-assistant/macos/Sources/Views/MenuBarViewModel.swift @@ -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 {