mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Move http media server to separate class
This commit is contained in:
@@ -39,6 +39,10 @@ extension AppDelegate: NSApplicationDelegate {
|
||||
NSApp.activate(ignoringOtherApps: true)
|
||||
}
|
||||
|
||||
func applicationDidResignActive(_ aNotification: Notification) {
|
||||
self.mainWindow?.performClose(aNotification)
|
||||
}
|
||||
|
||||
func applicationWillTerminate(_ aNotification: Notification) {}
|
||||
|
||||
func applicationShouldTerminateAfterLastWindowClosed(_ app: NSApplication) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user