Skip to content

Commit

Permalink
Update: Enforce updating default to search all apps
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 6, 2024
1 parent ad27059 commit eb0f4aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ data object Preferences : OnSharedPreferenceChangeListener {
data object BottomSearchBar : Key<Boolean>("bottom_search_bar", Value.BooleanValue(false))

data object UpdatedApps : Key<Int>("updated_apps", Value.IntValue(150))
data object SearchApps : Key<Int>("search_apps", Value.IntValue(0))
data object SearchApps : Key<Int>("search_apps_num", Value.IntValue(0))
data object NewApps : Key<Int>("new_apps", Value.IntValue(30))

data object ProxyUrl : Key<String>("proxy_url", Value.StringValue(""))
Expand Down

0 comments on commit eb0f4aa

Please sign in to comment.