feat: Enable bulk app loading by default

This commit is contained in:
Pun Butrach
2025-12-02 00:01:37 +07:00
parent 3e88f572d2
commit 8242299e31
@@ -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)