mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-21 16:57:18 +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 {
|
override fun execute(context: ResourceContext): PatchResult {
|
||||||
|
|
||||||
context.customIconMusic("mmt")
|
context.customIconMusic("mmt")
|
||||||
context.customIconMusicAdditional("mmt")
|
context.customIconMusicAdditional("mmt")
|
||||||
|
|
||||||
return PatchResultSuccess()
|
return PatchResultSuccess()
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ class HideCollapseButtonPatch : ResourcePatch {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
SettingsPatch.updatePatchStatus("hide-live-chat-button")
|
SettingsPatch.updatePatchStatus("hide-collapse-button")
|
||||||
|
|
||||||
return PatchResultSuccess()
|
return PatchResultSuccess()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user