mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +03:00
GH-579 Deactivate tabs of NSWindow.
This commit is contained in:
parent
fbe90882a7
commit
9a468a187a
@ -163,6 +163,10 @@ class MainWindow: NSObject,
|
|||||||
|
|
||||||
super.init()
|
super.init()
|
||||||
|
|
||||||
|
if #available(OSX 10.12.0, *) {
|
||||||
|
self.window.tabbingMode = .disallowed
|
||||||
|
}
|
||||||
|
|
||||||
NSUserNotificationCenter.default.delegate = self
|
NSUserNotificationCenter.default.delegate = self
|
||||||
|
|
||||||
self.defaultFont = state.appearance.font
|
self.defaultFont = state.appearance.font
|
||||||
|
Loading…
Reference in New Issue
Block a user