mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-12 13:45:43 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue