Skip to content

Commit

Permalink
fix(YouTube - Bypass image region restrictions): Move setting to `Mis…
Browse files Browse the repository at this point in the history
…c` menu

The setting is closer in nature to the other settings in Misc than the settings in the General menu.
  • Loading branch information
LisoUseInAIKyrios committed Jul 28, 2024
1 parent 328ce03 commit 094ae59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

Expand Down

0 comments on commit 094ae59

Please sign in to comment.