Small fixes

This commit is contained in:
crschnick
2025-08-08 20:12:51 +00:00
parent 66c8e2d0d5
commit d0c21f0422
@@ -94,7 +94,7 @@ public class UpdateCheckComp extends SimpleComp {
var graphic = Bindings.createObjectBinding(
() -> {
if (updateReady.getValue()) {
return "mdi2a-apple-airplay";
return "mdi2b-button-cursor";
}
return "mdi2r-refresh";