Skip to content

Commit

Permalink
feat(YouTube Music): change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Jun 10, 2024
1 parent 65166bf commit 4aa18cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object LandScapeModePatch : BaseBytecodePatch(
SettingsPatch.addSwitchPreference(
CategoryType.GENERAL,
"revanced_enable_landscape_mode",
"true"
"false"
)

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object OpusCodecPatch : BaseResourcePatch(
SettingsPatch.addSwitchPreference(
CategoryType.MISC,
"revanced_enable_opus_codec",
"true"
"false"
)

}
Expand Down

0 comments on commit 4aa18cc

Please sign in to comment.