Browse Source

temporarily disabled vault migration

Sebastian Stenzel 5 years ago
parent
commit
07aa71bb9d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      main/ui/src/main/resources/fxml/vault_detail_needsmigration.fxml

+ 4 - 1
main/ui/src/main/resources/fxml/vault_detail_needsmigration.fxml

@@ -2,6 +2,7 @@
 <?import javafx.scene.control.Button?>
 <?import javafx.scene.layout.VBox?>
 <?import org.cryptomator.ui.controls.FontAwesome5IconView?>
+<?import javafx.scene.control.Label?>
 <VBox xmlns="http://javafx.com/javafx"
 	  xmlns:fx="http://javafx.com/fxml"
 	  fx:controller="org.cryptomator.ui.mainwindow.VaultDetailNeedsMigrationController"
@@ -11,7 +12,9 @@
 		<Insets topRightBottomLeft="24"/>
 	</padding>
 	<children>
-		<Button styleClass="button-large" text="TODO Upgrade Vault" minWidth="120" onAction="#showVaultMigrator">
+		<!-- TODO -->
+		<Label text="Migration disabled during Alpha"/>
+		<Button styleClass="button-large" text="TODO Upgrade Vault" minWidth="120" onAction="#showVaultMigrator" disable="true">
 			<graphic>
 				<FontAwesome5IconView glyph="FILE_IMPORT" glyphSize="15"/>
 			</graphic>