From a4c69defa25b484e95689ffcbf676d708b8b8577 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sat, 29 Apr 2023 21:53:50 +0200 Subject: [PATCH] fix: bring the setup window to the front when starting the app --- Stats/Views/Setup.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Stats/Views/Setup.swift b/Stats/Views/Setup.swift index d5c94e18..415ca993 100644 --- a/Stats/Views/Setup.swift +++ b/Stats/Views/Setup.swift @@ -51,6 +51,7 @@ internal class SetupWindow: NSWindow, NSWindowDelegate { public func show() { self.setIsVisible(true) + self.orderFrontRegardless() } public func hide() {