Преглед изворни кода

【2025】【偏好设置】新增主题&多语切换通知

niehaoyu пре 4 месеци
родитељ
комит
60635a20a5
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      PDF Office/PDF Master/KMClass/Settings/SettingsManager.swift

+ 2 - 1
PDF Office/PDF Master/KMClass/Settings/SettingsManager.swift

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