Rename prayer tooltip option
Rename "Show Prayer Stats" to "Show Prayer Orb Tooltip". Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -81,8 +81,8 @@ public interface PrayerConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 4,
|
position = 4,
|
||||||
keyName = "Statistics",
|
keyName = "showPrayerTooltip",
|
||||||
name = "Show Prayer Stats",
|
name = "Show Prayer Orb Tooltip",
|
||||||
description = "Displays time remaining and prayer bonus as a tooltip on the quick-prayer icon."
|
description = "Displays time remaining and prayer bonus as a tooltip on the quick-prayer icon."
|
||||||
)
|
)
|
||||||
default boolean showPrayerStatistics()
|
default boolean showPrayerStatistics()
|
||||||
|
|||||||
Reference in New Issue
Block a user