1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00

GH-579 Deactivate tabs of NSWindow.

This commit is contained in:
Tae Won Ha 2018-01-14 11:40:12 +01:00
parent fbe90882a7
commit 9a468a187a
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -163,6 +163,10 @@ class MainWindow: NSObject,
super.init()
if #available(OSX 10.12.0, *) {
self.window.tabbingMode = .disallowed
}
NSUserNotificationCenter.default.delegate = self
self.defaultFont = state.appearance.font