start javafx via Application.launch(...) again

This commit is contained in:
Sebastian Stenzel
2022-03-28 17:52:39 +02:00
parent 6da8fc1f70
commit 73bbcdcca1
9 changed files with 57 additions and 51 deletions

View File

@@ -47,6 +47,7 @@ module org.cryptomator.desktop {
opens org.cryptomator.ui.health to javafx.fxml;
opens org.cryptomator.ui.keyloading.masterkeyfile to javafx.fxml;
opens org.cryptomator.ui.lock to javafx.fxml;
opens org.cryptomator.ui.launcher to javafx.graphics;
opens org.cryptomator.ui.mainwindow to javafx.fxml;
opens org.cryptomator.ui.migration to javafx.fxml;
opens org.cryptomator.ui.preferences to javafx.fxml;