Make HUD window front but not in focus
This commit is contained in:
@ -562,8 +562,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
|
||||
toastWindowCtrl = ToastWindowController(windowNibName: "ToastWindowController")
|
||||
toastWindowCtrl.message = message
|
||||
toastWindowCtrl.showWindow(self)
|
||||
NSApp.activate(ignoringOtherApps: true)
|
||||
toastWindowCtrl.window?.makeKeyAndOrderFront(self)
|
||||
//NSApp.activate(ignoringOtherApps: true)
|
||||
//toastWindowCtrl.window?.makeKeyAndOrderFront(self)
|
||||
toastWindowCtrl.fadeInHud()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user