mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
set lock all wallet menu command on every wallet lock
This commit is contained in:
parent
70eda16515
commit
33a61e3414
1 changed files with 2 additions and 1 deletions
|
@ -2680,8 +2680,9 @@ public class AppController implements Initializable {
|
||||||
if(selectedWalletForm != null && selectedWalletForm.getMasterWallet().equals(event.getWallet())) {
|
if(selectedWalletForm != null && selectedWalletForm.getMasterWallet().equals(event.getWallet())) {
|
||||||
lockWallet.setDisable(true);
|
lockWallet.setDisable(true);
|
||||||
exportWallet.setDisable(true);
|
exportWallet.setDisable(true);
|
||||||
lockAllWallets.setDisable(allWalletsLocked(event.getWallet()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lockAllWallets.setDisable(allWalletsLocked(event.getWallet()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
|
|
Loading…
Reference in a new issue