mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-07 18:14:36 +02:00
enable Experimental Flags label by default
This commit is contained in:
parent
230c174ae7
commit
561b400edf
@ -66,7 +66,6 @@ class ForceVP9CodecPatch : BytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"SETTINGS: EXPERIMENTAL_FLAGS",
|
||||
"SETTINGS: ENABLE_VP9_CODEC"
|
||||
)
|
||||
)
|
||||
|
@ -41,7 +41,6 @@ class LayoutSwitchPatch : BytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"SETTINGS: EXPERIMENTAL_FLAGS",
|
||||
"SETTINGS: LAYOUT_SWITCH"
|
||||
)
|
||||
)
|
||||
|
@ -49,7 +49,6 @@ class OldLayoutPatch : BytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"SETTINGS: EXPERIMENTAL_FLAGS",
|
||||
"SETTINGS: ENABLE_OLD_LAYOUT"
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user