소스 검색

Merge branch 'develop' into release/1.6.16

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

+ 1 - 1
pom.xml

@@ -27,7 +27,7 @@
 		<nonModularGroupIds>com.github.serceman,com.github.jnr,org.ow2.asm,net.java.dev.jna,org.apache.jackrabbit,org.apache.httpcomponents,de.swiesend,org.purejava,com.github.hypfvieh</nonModularGroupIds>
 
 		<!-- cryptomator dependencies -->
-		<cryptomator.cryptofs.version>2.5.2</cryptomator.cryptofs.version>
+		<cryptomator.cryptofs.version>2.5.3</cryptomator.cryptofs.version>
 		<cryptomator.integrations.version>1.2.0-beta1</cryptomator.integrations.version>
 		<cryptomator.integrations.win.version>1.1.2</cryptomator.integrations.win.version>
 		<cryptomator.integrations.mac.version>1.1.2</cryptomator.integrations.mac.version>

+ 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;
 	}