|
@@ -33,7 +33,7 @@ import Cocoa
|
|
|
|
|
|
func showChangeColorDetailsView(_ view: NSView) {
|
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
|
|
|
-// if KMGuideInfoWindowController.availableShow(.customColor) {
|
|
|
+ if KMGuideInfoWindowController.availableShow(.customColor) {
|
|
|
self.guideInfoWindowController = KMGuideInfoWindowController.currentWC()
|
|
|
guard let guideWC = self.guideInfoWindowController else { return }
|
|
|
|
|
@@ -51,7 +51,7 @@ import Cocoa
|
|
|
view.window?.addChildWindow(guideWC.window!, ordered: .above)
|
|
|
guideWC.show()
|
|
|
}
|
|
|
-// }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
override func viewDidLoad() {
|