fix: force-player-button-background patch removes unintended setting

This commit is contained in:
inotia00 2023-03-28 21:40:22 +09:00
parent 3c7f127e80
commit d6f7d4d94b

View File

@ -46,12 +46,6 @@ class PlayerButtonBackgroundPatch : ResourcePatch {
prefs.writeText( prefs.writeText(
prefs.readText() prefs.readText()
.replace( .replace(
"HIDE_NEXT_BUTTON",
"FORCE_BUTTON_BACKGROUND"
).replace(
"HIDE_PREV_BUTTON",
"FORCE_BUTTON_BACKGROUND"
).replace(
"HIDE_PLAYER_BUTTON_BACKGROUND", "HIDE_PLAYER_BUTTON_BACKGROUND",
"FORCE_BUTTON_BACKGROUND" "FORCE_BUTTON_BACKGROUND"
) )