Enable right click tooltips by default
This commit is contained in:
@@ -61,6 +61,6 @@ public interface MouseHighlightConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean isRightClickTooltipEnabled()
|
default boolean isRightClickTooltipEnabled()
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user