diff --git a/apple/Sources/AppDelegate.swift b/apple/Sources/AppDelegate.swift index a7c5d83c1..6d5298db9 100644 --- a/apple/Sources/AppDelegate.swift +++ b/apple/Sources/AppDelegate.swift @@ -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()