implemented force quit dialog

This commit is contained in:
Jan-Peter Klein
2022-06-29 15:12:43 +02:00
parent bee9c9f452
commit d10d8fb208
12 changed files with 307 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ module org.cryptomator.desktop {
opens org.cryptomator.ui.migration to javafx.fxml;
opens org.cryptomator.ui.preferences to javafx.fxml;
opens org.cryptomator.ui.quit to javafx.fxml;
opens org.cryptomator.ui.quitforced to javafx.fxml;
opens org.cryptomator.ui.recoverykey to javafx.fxml;
opens org.cryptomator.ui.removevault to javafx.fxml;
opens org.cryptomator.ui.stats to javafx.fxml;