fix(macos): keep voice wake overlay on top

This commit is contained in:
Peter Steinberger
2025-12-12 22:09:14 +00:00
parent 6a7f955818
commit c50c3699d9
2 changed files with 13 additions and 3 deletions

View File

@@ -248,6 +248,7 @@ final class CanvasWindowController: NSWindowController, WKNavigationDelegate, NS
window.makeKeyAndOrderFront(nil)
NSApp.activate(ignoringOtherApps: true)
window.makeFirstResponder(self.webView)
VoiceWakeOverlayController.shared.bringToFrontIfVisible()
self.onVisibilityChanged?(true)
}