Skip to content

Commit 7acb6cd

Browse files
author
LisoUseInAIKyrios
committed
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.
1 parent a5d32c3 commit 7acb6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/patches/youtube/layout/thumbnails/BypassImageRegionRestrictions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object BypassImageRegionRestrictions : BytecodePatch(emptySet()) {
6060
override fun execute(context: BytecodeContext) {
6161
AddResourcesPatch(this::class)
6262

63-
SettingsPatch.PreferenceScreen.GENERAL_LAYOUT.addPreferences(
63+
SettingsPatch.PreferenceScreen.MISC.addPreferences(
6464
SwitchPreference("revanced_bypass_image_region_restrictions")
6565
)
6666

0 commit comments

Comments
 (0)