loottracker: Improve ignored events config name and description (#11545)
This commit is contained in:
@@ -143,7 +143,7 @@ class LootTrackerBox extends JPanel
|
||||
popupMenu.setBorder(new EmptyBorder(5, 5, 5, 5));
|
||||
this.setComponentPopupMenu(popupMenu);
|
||||
|
||||
final JMenuItem toggle = new JMenuItem(eventIgnored ? "Include group" : "Ignore group");
|
||||
final JMenuItem toggle = new JMenuItem(eventIgnored ? "Include loot" : "Hide loot");
|
||||
toggle.addActionListener(e -> onEventToggle.accept(id, !eventIgnored));
|
||||
popupMenu.add(toggle);
|
||||
}
|
||||
|
||||
@@ -93,8 +93,8 @@ public interface LootTrackerConfig extends Config
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "ignoredEvents",
|
||||
name = "Ignored groups",
|
||||
description = "Configures which loot groups should be excluded from the panel UI"
|
||||
name = "Ignored Loot Sources",
|
||||
description = "Hide specific NPCs or sources of loot in the loot tracker (e.g., Goblin, Barrows Chest, H.A.M. Member)."
|
||||
)
|
||||
default String getIgnoredEvents()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user