Small fix

This commit is contained in:
M66B
2022-06-27 21:36:45 +02:00
parent 62bbaf4668
commit c12caa410d
2 changed files with 2 additions and 2 deletions

View File

@@ -1731,7 +1731,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
swCleanupAttachments.setChecked(prefs.getBoolean("cleanup_attachments", false));
swWatchdog.setChecked(prefs.getBoolean("watchdog", true));
swMainLog.setChecked(prefs.getBoolean("main_log", false));
swMainLog.setChecked(prefs.getBoolean("main_log", true));
swProtocol.setChecked(prefs.getBoolean("protocol", false));
swLogInfo.setChecked(prefs.getInt("log_level", Log.getDefaultLogLevel()) <= android.util.Log.INFO);
swDebug.setChecked(prefs.getBoolean("debug", false));