mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 09:06:54 -04:00
remove another convinience method from vault class
This commit is contained in:
@@ -192,10 +192,6 @@ public class Vault {
|
||||
volume.reveal(vaultRevealer);
|
||||
}
|
||||
|
||||
public void reloadConfig() throws IOException {
|
||||
configCache.reloadConfig();
|
||||
}
|
||||
|
||||
// ******************************************************************************
|
||||
// Observable Properties
|
||||
// *******************************************************************************
|
||||
|
||||
@@ -118,7 +118,7 @@ public class VaultListManager {
|
||||
try {
|
||||
var determinedState = determineVaultState(vault.getPath());
|
||||
if (determinedState == LOCKED) {
|
||||
vault.reloadConfig();
|
||||
vault.getVaultConfigCache().reloadConfig();
|
||||
}
|
||||
state.set(determinedState);
|
||||
yield determinedState;
|
||||
|
||||
Reference in New Issue
Block a user