feat: Enable bulk app loading by default
This commit is contained in:
@@ -106,7 +106,7 @@ class PreferenceManager @Inject constructor(
|
||||
val searchResultSettingsEntry = BoolPref("pref_searchResultSettingsEntry", false, recreate)
|
||||
val searchResulRecentSuggestion = BoolPref("pref_searchResultRecentSuggestion", false, recreate)
|
||||
|
||||
val allAppBulkIconLoading = BoolPref("pref_allapps_bulk_icon_loading", false, recreate)
|
||||
val allAppBulkIconLoading = BoolPref("pref_allapps_bulk_icon_loading", true, recreate)
|
||||
|
||||
val themedIcons = BoolPref("themed_icons", false, recreate)
|
||||
val drawerThemedIcons = BoolPref("drawer_themed_icons", false, recreate)
|
||||
|
||||
Reference in New Issue
Block a user