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 {