UI/UX: default disable lowercase

This commit is contained in:
Aaron Culliney
2015-08-29 09:45:06 -07:00
parent 977cd9282d
commit 0743608a0b
@@ -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);
}
};