Format MouseHighlightConfig
* Following runelite coding conventions, removed extra tabs
This commit is contained in:
@@ -54,10 +54,10 @@ public interface MouseHighlightConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 2,
|
position = 2,
|
||||||
keyName = "rightclickoptionTooltip",
|
keyName = "rightclickoptionTooltip",
|
||||||
name = "Right Click Option Tooltips",
|
name = "Right Click Option Tooltips",
|
||||||
description = "Whether or not tooltips are shown for options that right-click only."
|
description = "Whether or not tooltips are shown for options that right-click only."
|
||||||
)
|
)
|
||||||
default boolean isRightClickTooltipEnabled()
|
default boolean isRightClickTooltipEnabled()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user