Small behavior fix

pull/212/head
M66B 1 year ago
parent c5aa054970
commit 6364783edf

@ -2752,7 +2752,7 @@ public class FragmentCompose extends FragmentBase {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean small = prefs.getBoolean("deepl_small", false);
boolean replace = prefs.getBoolean("deepl_replace", false);
boolean replace = (!small && prefs.getBoolean("deepl_replace", false));
// Insert translated text
/*

Loading…
Cancel
Save