summaryrefslogtreecommitdiffstats
path: root/osdep/mac/app_hub.swift
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mac/app_hub.swift')
-rw-r--r--osdep/mac/app_hub.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/mac/app_hub.swift b/osdep/mac/app_hub.swift
index 997cc33847..81390744dc 100644
--- a/osdep/mac/app_hub.swift
+++ b/osdep/mac/app_hub.swift
@@ -37,7 +37,7 @@ class AppHub: NSObject {
#endif
let MPV_PROTOCOL: String = "mpv://"
- var isApplication: Bool { get { NSApp is Application } }
+ var isApplication: Bool { return NSApp is Application }
var openEvents: Int = 0
private override init() {