Skip to content

Commit

Permalink
fix: force-player-button-background patch removes unintended setting
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Mar 28, 2023
1 parent 3c7f127 commit d6f7d4d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit d6f7d4d

Please sign in to comment.