We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39905d commit fa03f06Copy full SHA for fa03f06
1 file changed
Flitro/FlitroApp.swift
@@ -127,9 +127,9 @@ func showMainWindow() {
127
String(describing: type(of: $0)) != "NSStatusBarWindow" &&
128
$0.level == .normal
129
}) {
130
- if !window.isVisible {
131
- window.orderFrontRegardless()
132
- }
+ // Bring the window to the front
+ window.orderFrontRegardless()
+ // Make it the key window
133
window.makeKeyAndOrderFront(nil)
134
}
135
0 commit comments