Armin Schrenk 3 anni fa
parent
commit
a199a2a06b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/main/resources/fxml/recoverykey_recover.fxml

+ 1 - 0
src/main/resources/fxml/recoverykey_recover.fxml

@@ -25,6 +25,7 @@
 
 		<TextArea wrapText="true" prefRowCount="4" fx:id="textarea" textFormatter="${controller.recoveryKeyTextFormatter}" onKeyPressed="#onKeyPressed"/>
 
+		<!-- TODO: add Label when the recovery key is not valid -->
 		<Label text="%recoveryKey.recover.validKey" graphicTextGap="6" contentDisplay="LEFT" visible="${controller.validRecoveryKey}">
 			<graphic>
 				<FontAwesome5IconView glyph="CHECK"/>