diff --git a/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift b/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift index 146294ef..5063684e 100644 --- a/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift +++ b/Source/Modules/UIModules/PrefUI/VwrPrefPaneDictionary.swift @@ -119,6 +119,9 @@ struct VwrPrefPaneDictionary: View { LocalizedStringKey("Automatically reload user data files if changes detected"), isOn: $selAutoReloadUserData.onChange { PrefMgr.shared.shouldAutoReloadUserDataFiles = selAutoReloadUserData + if selAutoReloadUserData { + LMMgr.initUserLangModels() + } } ).controlSize(.small) }