Skip to content

Commit

Permalink
fix:edit dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Mar 22, 2022
1 parent 32bfc0e commit c5fae8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3538,6 +3538,7 @@ void MainWindow::on_rescanFiles_triggered()
dictionaryBar.setDictionaries( dictionaries );

loadDictionaries( this, true, cfg, dictionaries, dictNetMgr );
dictMap = Dictionary::dictToMap(dictionaries);

for( unsigned x = 0; x < dictionaries.size(); x++ )
{
Expand Down

0 comments on commit c5fae8d

Please sign in to comment.