changed default value of Main button orientation

This commit is contained in:
FlorianMichael 2023-03-11 19:35:31 +01:00
parent a8282d7b45
commit a6c2aaff58

View File

@ -31,6 +31,7 @@ public class GeneralSettings extends SettingGroup {
public GeneralSettings() {
super("General");
mainButtonOrientation.setValue(1); // Default value
}
public static GeneralSettings getClassWrapper() {