소스 검색

add ux todo

Armin Schrenk 3 년 전
부모
커밋
a199a2a06b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"/>