temporarily disabled vault migration

This commit is contained in:
Sebastian Stenzel
2019-09-19 09:19:07 +02:00
parent ea3ef8b60f
commit 07aa71bb9d

View File

@@ -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>