mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix: typo
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user