|
@@ -944,7 +944,7 @@ import Cocoa
|
|
|
guideWC.show()
|
|
|
|
|
|
} else if showType == .pdfCompareGuide && KMGuideInfoWindowController.availableShow(.pdfCompareGuide) {
|
|
|
- DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 1) {
|
|
|
+ DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.2) {
|
|
|
self.guideInfoWindowController = KMGuideInfoWindowController.currentWC()
|
|
|
guard let guideWC = self.guideInfoWindowController else { return }
|
|
|
|