set default two way sync value to true

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-10-26 18:18:20 +02:00 committed by Alper Öztürk
parent a413005cb9
commit 67b78283f2

View file

@ -801,7 +801,7 @@ public final class AppPreferencesImpl implements AppPreferences {
@Override
public boolean isTwoWaySyncEnabled() {
return preferences.getBoolean(PREF__TWO_WAY_STATUS, false);
return preferences.getBoolean(PREF__TWO_WAY_STATUS, true);
}
@Override