mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +00:00
Small fixes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user