Skip to content

Commit

Permalink
Change download icon from hopper to cobweb.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Sep 20, 2021
1 parent a75c243 commit 23fc531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private PanelItem createDownloadNow()
PanelItemBuilder itemBuilder = new PanelItemBuilder().
name(this.user.getTranslation(reference + "name")).
description(description).
icon(Material.HOPPER).
icon(Material.COBWEB).
glow(this.clearCache);

itemBuilder.clickHandler((panel, user1, clickType, slot) ->
Expand Down

0 comments on commit 23fc531

Please sign in to comment.