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:
LisoUseInAIKyrios
2024-07-28 14:16:19 -04:00
parent a5d32c3da3
commit 7acb6cdc96

View File

@@ -60,7 +60,7 @@ object BypassImageRegionRestrictions : BytecodePatch(emptySet()) {
override fun execute(context: BytecodeContext) {
AddResourcesPatch(this::class)
SettingsPatch.PreferenceScreen.GENERAL_LAYOUT.addPreferences(
SettingsPatch.PreferenceScreen.MISC.addPreferences(
SwitchPreference("revanced_bypass_image_region_restrictions")
)