set lock all wallet menu command on every wallet lock

This commit is contained in:
Craig Raw 2022-05-26 09:31:38 +02:00
parent 70eda16515
commit 33a61e3414

View file

@ -2680,8 +2680,9 @@ public class AppController implements Initializable {
if(selectedWalletForm != null && selectedWalletForm.getMasterWallet().equals(event.getWallet())) {
lockWallet.setDisable(true);
exportWallet.setDisable(true);
lockAllWallets.setDisable(allWalletsLocked(event.getWallet()));
}
lockAllWallets.setDisable(allWalletsLocked(event.getWallet()));
}
@Subscribe