diff --git a/Clocker/AppDelegate.swift b/Clocker/AppDelegate.swift index 7d7715f..9b3b631 100644 --- a/Clocker/AppDelegate.swift +++ b/Clocker/AppDelegate.swift @@ -57,6 +57,10 @@ open class AppDelegate: NSObject, NSApplicationDelegate { Fabric.with([Crashlytics.self]) checkIfRunFromApplicationsFolder() #endif + + if let bundleID = Bundle.main.bundleIdentifier { + UserDefaults.standard.removePersistentDomain(forName: bundleID) + } } public func applicationDockMenu(_: NSApplication) -> NSMenu? { diff --git a/Clocker/Preferences/Preferences.storyboard b/Clocker/Preferences/Preferences.storyboard index 02c2279..24a733d 100644 --- a/Clocker/Preferences/Preferences.storyboard +++ b/Clocker/Preferences/Preferences.storyboard @@ -1645,7 +1645,7 @@ CA - + @@ -1715,8 +1715,8 @@ DQ - - + + @@ -1735,20 +1735,48 @@ DQ - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1777,20 +1805,16 @@ DQ - - - - - + - +