gui icon indicating copy to clipboard operation
gui copied to clipboard

Switch to the selected wallet after loading

Open w0xlt opened this issue 2 years ago • 3 comments

Currently, the user loads a wallet and the screen does not switch to the selected wallet after loading (File -> Open Wallet -> wallet name).

This PR changes that by making the OpenWalletActivity::opened signal connection a Qt::QueuedConnection type.

w0xlt avatar Sep 08 '22 02:09 w0xlt

Maybe amend a PR title/commit message to mention "switch to the selected wallet after loading"?

hebasto avatar Sep 09 '22 05:09 hebasto

Tested ACK on ubuntu 20.04.

Loading a wallet now sets it on the "Wallet:" combobox at the top right hand corner.

image

So far I couldn't find if there's an alternative to avoid specifying the ConnectionType on the params. I see the different types will depend on whether the sender and receiver belong to the same thread or not.

pablomartin4btc avatar Sep 21 '22 17:09 pablomartin4btc

Concept ACK. It'd be nice if Console switches too; wouldn't be the first time I import descriptors into the wrong wallet :-)

Sjors avatar Oct 06 '22 13:10 Sjors