소스 검색

add missing javafx getter in resultListCell

Armin Schrenk 2 년 전
부모
커밋
e188169916
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/main/java/org/cryptomator/ui/health/ResultListCellController.java

+ 4 - 0
src/main/java/org/cryptomator/ui/health/ResultListCellController.java

@@ -182,6 +182,10 @@ public class ResultListCellController implements FxController {
 		return fixGlyph;
 	}
 
+	public FontAwesome5Icon getFixGlyph() {
+		return fixGlyph.getValue();
+	}
+
 	public BooleanBinding fixableProperty() {
 		return fixable;
 	}