Skip to content

Commit

Permalink
Fix bug with changing logo from vid to image
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 29, 2023
1 parent 63385ae commit c73e587
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public final void refresh() {
logoImage.imageProperty().bind(VidLogoDisplay.INSTANCE.imageProperty());
}
else {
logoImage.imageProperty().unbind();
logoImage.setImage(ImageManager.INSTANCE.getImage(uri));
logoImage.setPreserveRatio(true);
}
Expand Down

0 comments on commit c73e587

Please sign in to comment.