mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
gui: update the screen after loading wallet
This commit is contained in:
parent
37095c7dc4
commit
b8b59ff9fe
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue