mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-13 22:29:14 +02:00
set lock all wallet menu command on every wallet lock
This commit is contained in:
parent
70eda16515
commit
33a61e3414
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user