Skip to content

Commit

Permalink
Remove new badge
Browse files Browse the repository at this point in the history
  • Loading branch information
axpoems committed Jan 22, 2025
1 parent 68fc96a commit 5cd8e94
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import javafx.scene.Cursor;
import javafx.scene.Node;
import javafx.scene.control.Button;
import javafx.scene.control.ContentDisplay;
import javafx.scene.control.Label;
import javafx.scene.control.ToggleGroup;
import javafx.scene.image.ImageView;
Expand Down Expand Up @@ -86,10 +85,6 @@ public LeftNavView(LeftNavModel model, LeftNavController controller, VBox networ
LeftNavButton reputation = createNavigationButton(Res.get("navigation.reputation"),
"nav-reputation",
NavigationTarget.REPUTATION, false);
// TODO: Remove in 2.1.2
Label reputationLabel = reputation.getButtonLabel();
reputationLabel.setGraphic(ImageUtil.getImageViewById("new-badge"));
reputationLabel.setContentDisplay(ContentDisplay.RIGHT);

LeftNavButton protocols = createNavigationButton(Res.get("navigation.tradeApps"),
"nav-trade",
Expand Down

0 comments on commit 5cd8e94

Please sign in to comment.