Skip to content

Commit

Permalink
change defaults again
Browse files Browse the repository at this point in the history
  • Loading branch information
hf02 committed Jul 18, 2022
1 parent 88ade31 commit 62ee26c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ScrollForWorldEditConfig implements ConfigData {
public boolean mustHoldUseKeyForModeKey = true;

public boolean useKeyToggles = true;
public boolean modeKeyToggles = true;
public boolean modeKeyToggles = false;

public StatusTextType statusTextType = StatusTextType.TwoLinedWheel;

Expand Down

0 comments on commit 62ee26c

Please sign in to comment.