mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-02 23:54:33 +02:00
feat(YouTube Music): change default value
This commit is contained in:
parent
65166bf6a9
commit
4aa18cce25
@ -42,7 +42,7 @@ object LandScapeModePatch : BaseBytecodePatch(
|
||||
SettingsPatch.addSwitchPreference(
|
||||
CategoryType.GENERAL,
|
||||
"revanced_enable_landscape_mode",
|
||||
"true"
|
||||
"false"
|
||||
)
|
||||
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ object OpusCodecPatch : BaseResourcePatch(
|
||||
SettingsPatch.addSwitchPreference(
|
||||
CategoryType.MISC,
|
||||
"revanced_enable_opus_codec",
|
||||
"true"
|
||||
"false"
|
||||
)
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user