mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-06 09:34:37 +02:00
fix: force-player-button-background
patch removes unintended setting
This commit is contained in:
parent
3c7f127e80
commit
d6f7d4d94b
@ -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"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user