|
@@ -283,7 +283,7 @@ class KMHomeHistoryFileViewController: NSViewController, NSCollectionViewDelegat
|
|
|
allowMultipleChoices_cmd = false
|
|
|
allowMultipleChoices_shift = false
|
|
|
|
|
|
- NotificationCenter.default.addObserver(self, selector: #selector(willBecomeActive), name: NSNotification.Name(rawValue: "KMApplicationWillBecomeActive"), object: nil)
|
|
|
+// NotificationCenter.default.addObserver(self, selector: #selector(willBecomeActive), name: NSNotification.Name(rawValue: "KMApplicationWillBecomeActive"), object: nil)
|
|
|
|
|
|
if UserDefaults.standard.bool(forKey: "kFileListViewListModeKey") {
|
|
|
showMode = .List
|
|
@@ -513,9 +513,9 @@ class KMHomeHistoryFileViewController: NSViewController, NSCollectionViewDelegat
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @objc func willBecomeActive() {
|
|
|
- self.reloadData()
|
|
|
- }
|
|
|
+// @objc func willBecomeActive() {
|
|
|
+// self.reloadData()
|
|
|
+// }
|
|
|
|
|
|
// MARK: Action
|
|
|
|