Open the inspector at startup without doing an async block.
This commit is contained in:
parent
5a75d39b7c
commit
8a2973de36
|
@ -139,9 +139,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
|
|||
}
|
||||
|
||||
if InspectorWindowController.shouldOpenAtStartup {
|
||||
DispatchQueue.main.async {
|
||||
self.toggleInspectorWindow(self)
|
||||
}
|
||||
self.toggleInspectorWindow(self)
|
||||
}
|
||||
|
||||
#if RELEASE
|
||||
|
|
Loading…
Reference in New Issue