diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt index 49df48461..fd6930c12 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/etc/forcebackground/patch/PlayerButtonBackgroundPatch.kt @@ -46,12 +46,6 @@ class PlayerButtonBackgroundPatch : ResourcePatch { prefs.writeText( prefs.readText() .replace( - "HIDE_NEXT_BUTTON", - "FORCE_BUTTON_BACKGROUND" - ).replace( - "HIDE_PREV_BUTTON", - "FORCE_BUTTON_BACKGROUND" - ).replace( "HIDE_PLAYER_BUTTON_BACKGROUND", "FORCE_BUTTON_BACKGROUND" )