Skip to content

Commit

Permalink
fix:edit dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Mar 22, 2022
1 parent 7385d48 commit 5a37400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editdictionaries.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit 5a37400

Please sign in to comment.