We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4f65e commit 6c1069fCopy full SHA for 6c1069f
Sources/Settings/SettingsWindowController.swift
@@ -95,8 +95,6 @@ public final class SettingsWindowController: NSWindowController {
95
tabViewController.restoreInitialTab()
96
}
97
98
- showWindow(self)
99
- restoreWindowPosition()
100
#if compiler(>=5.9) && canImport(AppKit)
101
if #available(macOS 14, *) {
102
NSApp.activate()
@@ -106,6 +104,9 @@ public final class SettingsWindowController: NSWindowController {
106
104
#else
107
105
NSApp.activate(ignoringOtherApps: true)
108
#endif
+
+ showWindow(self)
109
+ restoreWindowPosition()
110
111
112
private func restoreWindowPosition() {
0 commit comments