Browse Source

Removing unneccesary addition.

pull/92/head
Abhishek 5 years ago
parent
commit
11d9747e69
  1. 4
      Clocker/AppDelegate.swift

4
Clocker/AppDelegate.swift

@ -57,10 +57,6 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
Fabric.with([Crashlytics.self]) Fabric.with([Crashlytics.self])
checkIfRunFromApplicationsFolder() checkIfRunFromApplicationsFolder()
#endif #endif
if let bundleID = Bundle.main.bundleIdentifier {
UserDefaults.standard.removePersistentDomain(forName: bundleID)
}
} }
public func applicationDockMenu(_: NSApplication) -> NSMenu? { public func applicationDockMenu(_: NSApplication) -> NSMenu? {

Loading…
Cancel
Save