瀏覽代碼

add ux todo

Armin Schrenk 2 年之前
父節點
當前提交
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"/>