Default auto optimize

This commit is contained in:
M66B
2020-07-04 21:01:04 +02:00
parent 93022cc19b
commit 24aa7fa0f0
3 changed files with 4 additions and 2 deletions

View File

@@ -391,7 +391,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
break;
}
swOptimize.setChecked(prefs.getBoolean("auto_optimize", false));
swOptimize.setChecked(prefs.getBoolean("auto_optimize", true));
grpExempted.setVisibility(pollInterval == 0 ? View.GONE : View.VISIBLE);
swSchedule.setChecked(prefs.getBoolean("schedule", false) && pro);