mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 13:17:46 +02:00
feat(YouTube/Overlay buttons): Add Mute Video
button (#63)
* feat(YouTube/Overlay buttons): Add `Mute Video` button * feat: apply code review suggestions * feat: apply code review suggestions --------- Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
d88df4b750
commit
c2d72dad94
@ -250,6 +250,7 @@ object VisualPreferencesIconsPatch : BaseResourcePatch(
|
||||
"revanced_overlay_button_always_repeat",
|
||||
"revanced_overlay_button_copy_video_url",
|
||||
"revanced_overlay_button_copy_video_url_timestamp",
|
||||
"revanced_overlay_button_mute_volume",
|
||||
"revanced_overlay_button_external_downloader",
|
||||
"revanced_overlay_button_speed_dialog",
|
||||
"revanced_overlay_button_time_ordered_playlist",
|
||||
|
@ -86,6 +86,7 @@ object OverlayButtonsPatch : BaseResourcePatch(
|
||||
"AlwaysRepeat;",
|
||||
"CopyVideoUrl;",
|
||||
"CopyVideoUrlTimestamp;",
|
||||
"MuteVolume;",
|
||||
"ExternalDownload;",
|
||||
"SpeedDialog;",
|
||||
"TimeOrderedPlaylist;",
|
||||
@ -101,7 +102,8 @@ object OverlayButtonsPatch : BaseResourcePatch(
|
||||
"drawable",
|
||||
"playlist_repeat_button.xml",
|
||||
"playlist_shuffle_button.xml",
|
||||
"revanced_repeat_button.xml"
|
||||
"revanced_repeat_button.xml",
|
||||
"revanced_mute_volume_button.xml",
|
||||
)
|
||||
)
|
||||
|
||||
@ -126,6 +128,8 @@ object OverlayButtonsPatch : BaseResourcePatch(
|
||||
"revanced_copy_button.png",
|
||||
"revanced_copy_timestamp_button.png",
|
||||
"revanced_download_button.png",
|
||||
"revanced_volume_muted_button.png",
|
||||
"revanced_volume_unmuted_button.png",
|
||||
"revanced_speed_button.png",
|
||||
"revanced_whitelist_button.png",
|
||||
"yt_fill_arrow_repeat_white_24.png",
|
||||
|
Reference in New Issue
Block a user