mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 11:28:13 +00:00
Open videos via URL scheme
This commit is contained in:
8
macOS/AppDelegate.swift
Normal file
8
macOS/AppDelegate.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import AppKit
|
||||
import Foundation
|
||||
|
||||
final class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
func applicationShouldTerminateAfterLastWindowClosed(_: NSApplication) -> Bool {
|
||||
true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user