mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 10:41:26 +00:00
all vaults are locked when starting the application
[ci skip]
This commit is contained in:
@@ -40,7 +40,7 @@ class TrayMenuController {
|
||||
this.settings = settings;
|
||||
this.vaults = vaults;
|
||||
this.menu = new PopupMenu();
|
||||
this.allVaultsAreLocked = new AtomicBoolean();
|
||||
this.allVaultsAreLocked = new AtomicBoolean(true);
|
||||
}
|
||||
|
||||
public PopupMenu getMenu() {
|
||||
|
||||
Reference in New Issue
Block a user