Skip to content

Commit

Permalink
feat(client): enable advanced tooltip by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Apr 24, 2022
1 parent e8980ff commit 4a3fc4b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -20,8 +20,8 @@ public class ClientConfig {
{
b.push("advanced_tooltip");

EnableAdvancedTooltip = b.define("enable", false);
AdvancedTooltipOnlyOnDebug = b.define("only_on_debug", false);
EnableAdvancedTooltip = b.define("enable", true);
AdvancedTooltipOnlyOnDebug = b.define("only_on_debug", true);
AdvancedTooltipOnlyOnShift = b.define("only_on_shift", false);

b.pop();
Expand Down

0 comments on commit 4a3fc4b

Please sign in to comment.