mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
feat(YouTube): Replace with a fingerprint that supports a wider range of versions (..20.10)
This commit is contained in:
@ -478,6 +478,10 @@ public class GeneralPatch {
|
||||
return Settings.HIDE_SEARCH_TERM_THUMBNAIL.get();
|
||||
}
|
||||
|
||||
public static boolean hideSearchTermThumbnail(boolean original) {
|
||||
return !hideSearchTermThumbnail() && original;
|
||||
}
|
||||
|
||||
private static final boolean hideImageSearchButton = Settings.HIDE_IMAGE_SEARCH_BUTTON.get();
|
||||
private static final boolean hideVoiceSearchButton = Settings.HIDE_VOICE_SEARCH_BUTTON.get();
|
||||
|
||||
|
Reference in New Issue
Block a user