mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-02-16 01:42:20 +01:00
changed default value of Main button orientation
This commit is contained in:
parent
a8282d7b45
commit
a6c2aaff58
@ -31,6 +31,7 @@ public class GeneralSettings extends SettingGroup {
|
||||
|
||||
public GeneralSettings() {
|
||||
super("General");
|
||||
mainButtonOrientation.setValue(1); // Default value
|
||||
}
|
||||
|
||||
public static GeneralSettings getClassWrapper() {
|
||||
|
Loading…
Reference in New Issue
Block a user