mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 18:51:26 +00:00
close also vault options window to prevent invalid state of options window
This commit is contained in:
@@ -31,6 +31,7 @@ public class HubToLocalSuccessController implements FxController {
|
||||
@FXML
|
||||
public void close() {
|
||||
window.close();
|
||||
window.getOwner().hide();
|
||||
}
|
||||
|
||||
/* Observables */
|
||||
|
||||
Reference in New Issue
Block a user