mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: bring the setup window to the front when starting the app
This commit is contained in:
@@ -51,6 +51,7 @@ internal class SetupWindow: NSWindow, NSWindowDelegate {
|
||||
|
||||
public func show() {
|
||||
self.setIsVisible(true)
|
||||
self.orderFrontRegardless()
|
||||
}
|
||||
|
||||
public func hide() {
|
||||
|
||||
Reference in New Issue
Block a user