fix: typo

This commit is contained in:
inotia00 2023-03-08 15:21:21 +09:00
parent 0142e155a4
commit 39c39b59ad
2 changed files with 2 additions and 2 deletions

View File

@ -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()
} }

View File

@ -37,7 +37,7 @@ class HideCollapseButtonPatch : ResourcePatch {
) )
) )
SettingsPatch.updatePatchStatus("hide-live-chat-button") SettingsPatch.updatePatchStatus("hide-collapse-button")
return PatchResultSuccess() return PatchResultSuccess()
} }