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