mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
fix:revert deferredInit
This commit is contained in:
parent
03653925be
commit
88a69d1976
|
@ -870,7 +870,7 @@ MainWindow::MainWindow( Config::Class & cfg_ ):
|
|||
prepareNewReleaseChecks();
|
||||
|
||||
// makeDictionaries() didn't do deferred init - we do it here, at the end.
|
||||
//doDeferredInit( dictionaries );
|
||||
doDeferredInit( dictionaries );
|
||||
|
||||
updateStatusLine();
|
||||
|
||||
|
|
Loading…
Reference in a new issue