feat(YouTube): Add experimental support for 21.11.480

Co-authored-by: LisoUseInAIKyrios <118716522+lisouseinaikyrios@users.noreply.github.com>
This commit is contained in:
oSumAtrIX 2026-03-19 19:01:23 +01:00
parent 3514039e8a
commit 7b8a3061a2
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4
3 changed files with 24 additions and 10 deletions

View file

@ -480,6 +480,7 @@ public final class LayoutComponentsFilter extends Filter {
* Injection point.
*/
public static boolean hideFloatingMicrophoneButton(final boolean original) {
// FIXME? Is this feature still relevant? When/where does this microphone appear?
return original || Settings.HIDE_FLOATING_MICROPHONE_BUTTON.get();
}