mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 22:28:10 -05:00
Enable remote search by default.
This commit is contained in:
parent
39e2a973a1
commit
1d0ad3cb38
@ -216,7 +216,7 @@ public class AccountSettings {
|
||||
R.array.account_settings_vibrate_times_label))
|
||||
));
|
||||
s.put("allowRemoteSearch", Settings.versions(
|
||||
new V(18, new BooleanSetting(false))
|
||||
new V(18, new BooleanSetting(true))
|
||||
));
|
||||
s.put("remoteSearchNumResults", Settings.versions(
|
||||
new V(18, new IntegerResourceSetting(Account.DEFAULT_REMOTE_SEARCH_NUM_RESULTS,
|
||||
|
Loading…
Reference in New Issue
Block a user