mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-21 08:47:16 +02:00
fix: typo
This commit is contained in:
parent
0142e155a4
commit
39c39b59ad
@ -19,7 +19,7 @@ class CustomBrandingMusicIconMMTPatch : ResourcePatch {
|
||||
override fun execute(context: ResourceContext): PatchResult {
|
||||
|
||||
context.customIconMusic("mmt")
|
||||
context.customIconMusicAdditional("mmt")
|
||||
context.customIconMusicAdditional("mmt")
|
||||
|
||||
return PatchResultSuccess()
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ class HideCollapseButtonPatch : ResourcePatch {
|
||||
)
|
||||
)
|
||||
|
||||
SettingsPatch.updatePatchStatus("hide-live-chat-button")
|
||||
SettingsPatch.updatePatchStatus("hide-collapse-button")
|
||||
|
||||
return PatchResultSuccess()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user