Enable right click tooltips by default

This commit is contained in:
Andrew Fulton
2019-02-11 17:46:56 -06:00
parent 3dea92c942
commit 32d87ecb83

View File

@@ -61,6 +61,6 @@ public interface MouseHighlightConfig extends Config
) )
default boolean isRightClickTooltipEnabled() default boolean isRightClickTooltipEnabled()
{ {
return false; return true;
} }
} }