mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
closing window after vault is removed
This commit is contained in:
@@ -35,5 +35,6 @@ public class RemoveVaultController implements FxController {
|
||||
public void finish() {
|
||||
vaults.remove(vault);
|
||||
LOG.debug("Removing vault {}.", vault.getDisplayableName());
|
||||
window.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user