https://github.com/bitcoin/bitcoin/pull/15957/commits/c3ef63a52f304a600fff1f9c7caa5cb804d41d43
This is a backport of Core PR15957
Differential D6163
[backport#15957] Show loaded wallets as disabled in open menu instead of nothing majcosta on May 20 2020, 14:36. Authored by
Details
https://github.com/bitcoin/bitcoin/pull/15957/commits/c3ef63a52f304a600fff1f9c7caa5cb804d41d43 This is a backport of Core PR15957 ninja check ./src/qt/bitcoin-qt -regtest Focus the Open wallet menu item, see that [default wallet] appears, greyed out because it is loaded. Empty out the std::vector<std::string> wallets right before the for-loop that iterates through it, compile and run the above again, see that focusing the Open wallet menu item shows No wallets available
Diff Detail
Event TimelineComment Actions [Bot Message] Comment Actions The test plan does not cover the
Part of the code. Make sure you test this before landing.
|