mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 12:11:28 +00:00
Prevent window close if user choose cancel in quit window
This commit is contained in:
@@ -59,6 +59,7 @@ public class MainWindowTitleController implements FxController {
|
||||
});
|
||||
window.setOnCloseRequest(event -> {
|
||||
close();
|
||||
event.consume();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user