mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 08:37:05 +00:00
set lock all wallet menu command on every wallet lock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user