Skip to content

Commit

Permalink
fix: Use correct class name (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnconner122 authored Oct 24, 2022
1 parent 6ead960 commit dc11e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import java.io.File
@Description("Disable Player Button Overlay Background")
@YouTubeCompatibility
@Version("0.0.1")
class AmoledPatch : ResourcePatch {
class PlayerButtonOverlayPatch : ResourcePatch {
private val resourceFileNames = arrayOf(
"player_button_circle_background.xml"
)
Expand Down

0 comments on commit dc11e73

Please sign in to comment.