mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-18 18:50:59 +02:00
gui: update the screen after loading wallet
This commit is contained in:
@@ -410,7 +410,7 @@ void BitcoinGUI::createActions()
|
||||
|
||||
connect(action, &QAction::triggered, [this, path] {
|
||||
auto activity = new OpenWalletActivity(m_wallet_controller, this);
|
||||
connect(activity, &OpenWalletActivity::opened, this, &BitcoinGUI::setCurrentWallet);
|
||||
connect(activity, &OpenWalletActivity::opened, this, &BitcoinGUI::setCurrentWallet, Qt::QueuedConnection);
|
||||
activity->open(path);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user