Skip to content

Commit b315a8c

Browse files
author
Frederik Kammel
committed
Disabled Check for Update Link in MainWindow for release as it does not
work yet
1 parent ce00e64 commit b315a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/view/MainWindow.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Insets left="5.0" />
4848
</HBox.margin>
4949
</Label>
50-
<Hyperlink fx:id="updateLink" minHeight="-1.0" onAction="#updateLinkOnAction" prefHeight="-1.0" text="%updateLink" textFill="#0066ff" HBox.hgrow="ALWAYS">
50+
<Hyperlink fx:id="updateLink" disable="true" minHeight="-1.0" onAction="#updateLinkOnAction" prefHeight="-1.0" text="%updateLink" textFill="#0066ff" HBox.hgrow="ALWAYS">
5151
<HBox.margin>
5252
<Insets right="14.0" />
5353
</HBox.margin>

0 commit comments

Comments
 (0)