mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Add file media type to receiver selectors
This commit is contained in:
@@ -8,15 +8,9 @@ class AppDelegate : NSObject, NSApplicationDelegate {
|
||||
|
||||
|
||||
func applicationDidFinishLaunching (_ aNotification: Notification) {
|
||||
let window = NSPanel(
|
||||
let window = NSWindow(
|
||||
contentRect: NSZeroRect
|
||||
, styleMask: [
|
||||
.titled
|
||||
, .closable
|
||||
, .hudWindow
|
||||
, .utilityWindow
|
||||
, .nonactivatingPanel
|
||||
]
|
||||
, styleMask: [ .titled, .closable ]
|
||||
, backing: .buffered
|
||||
, defer: false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user