mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-19 03:01:27 +00:00
add missing javafx getter in resultListCell
This commit is contained in:
@@ -182,6 +182,10 @@ public class ResultListCellController implements FxController {
|
||||
return fixGlyph;
|
||||
}
|
||||
|
||||
public FontAwesome5Icon getFixGlyph() {
|
||||
return fixGlyph.getValue();
|
||||
}
|
||||
|
||||
public BooleanBinding fixableProperty() {
|
||||
return fixable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user