소스 검색

【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"