mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Open the inspector at startup without doing an async block.
This commit is contained in:
@@ -139,9 +139,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
||||
}
|
||||
|
||||
if InspectorWindowController.shouldOpenAtStartup {
|
||||
DispatchQueue.main.async {
|
||||
self.toggleInspectorWindow(self)
|
||||
}
|
||||
self.toggleInspectorWindow(self)
|
||||
}
|
||||
|
||||
#if RELEASE
|
||||
|
||||
Reference in New Issue
Block a user