|
@@ -64,12 +64,7 @@ class KMComparativeTableViewController: NSWindowController {
|
|
|
|
|
|
}
|
|
|
} else {
|
|
|
- var email: String = UserDefaults.standard.value(forKey: "kLoginEmail") as? String ?? ""
|
|
|
- if email.count == 0 {
|
|
|
- KMLoginWindowController.show(window: NSApp.mainWindow!, .Batch, .register)
|
|
|
- } else {
|
|
|
- KMLoginWindowController.show(window: NSApp.mainWindow!)
|
|
|
- }
|
|
|
+ KMLoginWindowController.show(window: NSApp.mainWindow!)
|
|
|
}
|
|
|
#endif
|
|
|
|