Merge pull request #1712 from cryptomator/feature/improve-health-check

Refactor health check to improve UX
This commit is contained in:
Armin Schrenk
2021-07-26 18:33:40 +02:00
committed by GitHub
43 changed files with 1106 additions and 778 deletions

View File

@@ -44,6 +44,7 @@ module org.cryptomator.desktop {
opens org.cryptomator.ui.controls to javafx.fxml;
opens org.cryptomator.ui.forgetPassword to javafx.fxml;
opens org.cryptomator.ui.fxapp to javafx.fxml;
opens org.cryptomator.ui.health to javafx.fxml;
opens org.cryptomator.ui.keyloading.masterkeyfile to javafx.fxml;
opens org.cryptomator.ui.mainwindow to javafx.fxml;
opens org.cryptomator.ui.migration to javafx.fxml;