fix:edit dictionary

This commit is contained in:
xiaoyifang 2022-03-22 20:33:46 +08:00
parent 7385d48b5b
commit 5a37400452

View file

@ -220,7 +220,7 @@ void EditDictionaries::acceptChangedSources( bool rebuildGroups )
orderAndProps.reset();
loadDictionaries( this, true, cfg, dictionaries, dictNetMgr );
dictMap = Dictionary::dictToMap(dictionaries);
// If no changes to groups were made, update the original data
bool noGroupEdits = ( origCfg.groups == savedGroups );