Skip to content

Commit

Permalink
feat(music/enable-new-layout): change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Aug 3, 2023
1 parent 939a403 commit 30b4ae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class NewLayoutPatch : BytecodePatch(
SettingsPatch.addMusicPreference(
CategoryType.LAYOUT,
"revanced_enable_new_layout",
"false"
"true"
)

return PatchResultSuccess()
Expand Down

0 comments on commit 30b4ae7

Please sign in to comment.