mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 21:56:16 +00:00
fix(YouTube - Hide Shorts components): Fix "Hide Use this template button" (#5249)
This commit is contained in:
committed by
GitHub
parent
d32c3ac51d
commit
957bece3e9
@@ -195,7 +195,8 @@ public final class ShortsFilter extends Filter {
|
|||||||
|
|
||||||
suggestedAction = new StringFilterGroup(
|
suggestedAction = new StringFilterGroup(
|
||||||
null,
|
null,
|
||||||
"suggested_action.eml"
|
"suggested_action.eml",
|
||||||
|
REEL_METAPANEL_PATH
|
||||||
);
|
);
|
||||||
|
|
||||||
addPathCallbacks(
|
addPathCallbacks(
|
||||||
|
|||||||
Reference in New Issue
Block a user