enable Experimental Flags label by default

This commit is contained in:
inotia00 2023-02-18 14:47:55 +09:00
parent 230c174ae7
commit 561b400edf
3 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@ class ForceVP9CodecPatch : BytecodePatch(
*/
SettingsPatch.addPreference(
arrayOf(
"SETTINGS: EXPERIMENTAL_FLAGS",
"SETTINGS: ENABLE_VP9_CODEC"
)
)

View File

@ -41,7 +41,6 @@ class LayoutSwitchPatch : BytecodePatch(
*/
SettingsPatch.addPreference(
arrayOf(
"SETTINGS: EXPERIMENTAL_FLAGS",
"SETTINGS: LAYOUT_SWITCH"
)
)

View File

@ -49,7 +49,6 @@ class OldLayoutPatch : BytecodePatch(
*/
SettingsPatch.addPreference(
arrayOf(
"SETTINGS: EXPERIMENTAL_FLAGS",
"SETTINGS: ENABLE_OLD_LAYOUT"
)
)