@@ -97,7 +97,7 @@ class KMLeftSideViewController: NSViewController, KMThumbnailViewControllerDeleg
let newType = KMLeftMethodMode()
var show = true
if self.type.methodType != methodType {
- newType.methodType = .Annotation
+ newType.methodType = methodType
}
if self.type.methodType == methodType {
show = false
@@ -213,8 +213,8 @@ import Cocoa
} else if selectedIndex == 4 {
thumai.methodType = .Search
- var show = true
- self.leftSideViewController.refreshMethodType(newType: thumai, show:show)
+
+ self.leftSideViewController.refreshMethodType(methodType: thumai.methodType)