mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable window tabbing in the OSX app
This commit is contained in:
parent
4993ef24c8
commit
8d0747554c
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ private let logger = Logger(subsystem: "app.omnivore", category: "app-delegate")
|
|||
class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
func applicationDidFinishLaunching(_: Notification) {
|
||||
NSApplication.shared.delegate = self
|
||||
NSWindow.allowsAutomaticWindowTabbing = false
|
||||
#if DEBUG
|
||||
if CommandLine.arguments.contains("--uitesting") {
|
||||
configureForUITests()
|
||||
|
|
|
|||
Loading…
Reference in a new issue