Skip to content

Commit

Permalink
use separate bookmark menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jan 14, 2020
1 parent 2bf3475 commit ee9d124
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/amidst/gui/main/menu/LayersMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void createOverworldAndEndLayers(Dimension dimension) {
@CalledOnlyBy(AmidstThread.EDT)
private void createOverworldLayers(Dimension dimension) {
// @formatter:off
overworldLayer(settings.showBookmarks, "Bookmarks", getIcon("bookmark.png"), MenuShortcuts.SHOW_BOOKMARKS, dimension, LayerIds.BOOKMARKS);
overworldLayer(settings.showBookmarks, "Bookmarks", getIcon("bookmark-menu.png"), MenuShortcuts.SHOW_BOOKMARKS, dimension, LayerIds.BOOKMARKS);
overworldLayer(settings.showSlimeChunks, "Slime Chunks", getIcon("slime.png"), MenuShortcuts.SHOW_SLIME_CHUNKS, dimension, LayerIds.SLIME);
overworldLayer(settings.showSpawn, "Spawn Location Icon", getIcon("spawn.png"), MenuShortcuts.SHOW_WORLD_SPAWN, dimension, LayerIds.SPAWN);
overworldLayer(settings.showStrongholds, "Stronghold Icons", getIcon("stronghold.png"), MenuShortcuts.SHOW_STRONGHOLDS, dimension, LayerIds.STRONGHOLD);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/amidst/gui/main/icon/bookmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee9d124

Please # to comment.