diff --git a/Source/Modules/AppDelegate.swift b/Source/Modules/AppDelegate.swift index a0c3037d..7d9a63f3 100644 --- a/Source/Modules/AppDelegate.swift +++ b/Source/Modules/AppDelegate.swift @@ -170,6 +170,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, ctlNonModalAlertWindowDelega func applicationDidFinishLaunching(_ notification: Notification) { mgrLangModel.setupDataModelValueConverter() + mgrLangModel.loadDataModels() // 這句還是不要砍了。 mgrLangModel.loadUserPhrases() mgrLangModel.loadUserPhraseReplacement() fsStreamHelper.delegate = self