fix: bring the setup window to the front when starting the app

This commit is contained in:
Serhiy Mytrovtsiy
2023-04-29 21:53:50 +02:00
parent 1875ccaffd
commit a4c69defa2

View File

@@ -51,6 +51,7 @@ internal class SetupWindow: NSWindow, NSWindowDelegate {
public func show() {
self.setIsVisible(true)
self.orderFrontRegardless()
}
public func hide() {