mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 19:25:34 +00:00
Enable notify preview option in pro version
This commit is contained in:
parent
3d192557c8
commit
88d4ef4898
1 changed files with 1 additions and 0 deletions
|
@ -594,6 +594,7 @@ public class FragmentOptions extends FragmentBase implements SharedPreferences.O
|
|||
swAutoSend.setChecked(!prefs.getBoolean("autosend", false));
|
||||
|
||||
swNotifyPreview.setChecked(prefs.getBoolean("notify_preview", true));
|
||||
swNotifyPreview.setEnabled(Helper.isPro(getContext()));
|
||||
swSearchLocal.setChecked(prefs.getBoolean("search_local", false));
|
||||
swLight.setChecked(prefs.getBoolean("light", false));
|
||||
swUpdates.setChecked(prefs.getBoolean("updates", true));
|
||||
|
|
Loading…
Reference in a new issue