Compile master, and run with src/qt/bitcoin-qt -regtest -nowallet
. As expected, no icon is displayed. Load and unload a wallet. The HD
icon remains.
On startup:
After a wallet load and unload:
Compile master, and run with src/qt/bitcoin-qt -regtest -nowallet
. As expected, no icon is displayed. Load and unload a wallet. The HD
icon remains.
On startup:
After a wallet load and unload:
I could also show/hide the lock icon the same way I did with HD icon, but I am not sure if this should be packed together in a single PR. It’s actually nothing complex, so it could maybe be better to avoid opening another one only because of an icon.
For now, I have only changed the handling of HD icon.
the same PR.
Agree.