mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-29 07:45:48 +01:00
fix(YouTube - Bypass image region restrictions): Move setting to Misc
menu
The setting is closer in nature to the other settings in Misc than the settings in the General menu.
This commit is contained in:
parent
328ce031b5
commit
094ae59fc9
@ -60,7 +60,7 @@ object BypassImageRegionRestrictions : BytecodePatch(emptySet()) {
|
|||||||
override fun execute(context: BytecodeContext) {
|
override fun execute(context: BytecodeContext) {
|
||||||
AddResourcesPatch(this::class)
|
AddResourcesPatch(this::class)
|
||||||
|
|
||||||
SettingsPatch.PreferenceScreen.GENERAL_LAYOUT.addPreferences(
|
SettingsPatch.PreferenceScreen.MISC.addPreferences(
|
||||||
SwitchPreference("revanced_bypass_image_region_restrictions")
|
SwitchPreference("revanced_bypass_image_region_restrictions")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user