|
@@ -77,7 +77,8 @@ import Cocoa
|
|
|
|
|
|
}
|
|
|
|
|
|
-let APPAppearanceChangedNotificationName = "APPAppearanceChangedNotificationName"
|
|
|
+let APPAppearanceChangedNotificationName = NSNotification.Name("APPAppearanceChangedNotificationName")
|
|
|
+let APPLanguageChangedNotificationName = NSNotification.Name("APPLanguageChangedNotificationName")
|
|
|
|
|
|
//General
|
|
|
let settingsAppearanceKey = "settingsAppearanceKey"
|