mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-11 12:04:39 +02:00
feat(music/enable-new-layout): change default value
This commit is contained in:
parent
939a40314b
commit
30b4ae71fd
@ -47,7 +47,7 @@ class NewLayoutPatch : BytecodePatch(
|
|||||||
SettingsPatch.addMusicPreference(
|
SettingsPatch.addMusicPreference(
|
||||||
CategoryType.LAYOUT,
|
CategoryType.LAYOUT,
|
||||||
"revanced_enable_new_layout",
|
"revanced_enable_new_layout",
|
||||||
"false"
|
"true"
|
||||||
)
|
)
|
||||||
|
|
||||||
return PatchResultSuccess()
|
return PatchResultSuccess()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user