removed quitforced package, moved QuitForcedController into quit package and deleted not required files

This commit is contained in:
Jan-Peter Klein
2022-06-30 15:41:33 +02:00
parent 376733106b
commit b791df01f7
13 changed files with 49 additions and 162 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<?import javafx.scene.layout.Region?>
<HBox xmlns:fx="http://javafx.com/fxml"
xmlns="http://javafx.com/javafx"
fx:controller="org.cryptomator.ui.quitforced.QuitForcedController"
fx:controller="org.cryptomator.ui.quit.QuitForcedController"
minWidth="400"
maxWidth="400"
minHeight="145"