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:
parent
412e3dff06
commit
064cd05067
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue