We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb21bf6 commit 0de61e7Copy full SHA for 0de61e7
src/qt/bitcoin.cpp
@@ -406,8 +406,6 @@ void BitcoinApplication::initializeResult(int retval)
406
paymentServer->setOptionsModel(optionsModel);
407
#endif
408
409
- emit splashFinished(window);
410
-
411
clientModel = new ClientModel(optionsModel);
412
window->setClientModel(clientModel);
413
@@ -424,6 +422,8 @@ void BitcoinApplication::initializeResult(int retval)
424
422
}
425
423
426
+ emit splashFinished(window);
+
427
// If -min option passed, start window minimized.
428
if(GetBoolArg("-min", false))
429
{
0 commit comments