mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-25 09:11:13 +01:00
Open the inspector at startup without doing an async block.
This commit is contained in:
parent
5a75d39b7c
commit
8a2973de36
@ -139,10 +139,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if InspectorWindowController.shouldOpenAtStartup {
|
if InspectorWindowController.shouldOpenAtStartup {
|
||||||
DispatchQueue.main.async {
|
|
||||||
self.toggleInspectorWindow(self)
|
self.toggleInspectorWindow(self)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#if RELEASE
|
#if RELEASE
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
|
Loading…
Reference in New Issue
Block a user