mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 11:15:10 +00:00
made music enabled by default
This commit is contained in:
parent
ce4b06f2b3
commit
3d86d6b309
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class SelectAppsAdapter(context: Context) : RecyclerView.Adapter<SelectAppsAdapt
|
|||
context.getString(R.string.music),
|
||||
context.getString(R.string.select_apps_music),
|
||||
"music",
|
||||
prefs.getBoolean("enable_music", false)
|
||||
prefs.getBoolean("enable_music", true)
|
||||
)
|
||||
|
||||
val apps = arrayOf(vanced, music)
|
||||
|
|
Loading…
Reference in a new issue