mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-20 10:16:58 +00:00
UI/UX: default disable lowercase
This commit is contained in:
@@ -569,7 +569,7 @@ public enum Apple2Preferences {
|
||||
|
||||
@Override
|
||||
public boolean booleanValue(Apple2Activity activity) {
|
||||
return activity.getPreferences(Context.MODE_PRIVATE).getBoolean(toString(), true);
|
||||
return activity.getPreferences(Context.MODE_PRIVATE).getBoolean(toString(), false);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user