Skip to content

Commit

Permalink
feat(youtube): bump compatibility to 18.15.40 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 24, 2023
2 parents 7d95844 + 2320880 commit 52a3193
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 27 deletions.

This file was deleted.

This file was deleted.

@@ -0,0 +1,9 @@
package app.revanced.integrations.patches;

import app.revanced.integrations.settings.SettingsEnum;

public final class WideSearchbarPatch {
public static boolean enableWideSearchbar() {
return SettingsEnum.WIDE_SEARCHBAR.getBoolean();
}
}
Expand Up @@ -93,7 +93,6 @@ public enum SettingsEnum {
HIDE_FLOATING_MICROPHONE_BUTTON("revanced_hide_floating_microphone_button", BOOLEAN, TRUE, true),
HIDE_FULLSCREEN_PANELS("revanced_hide_fullscreen_panels", BOOLEAN, TRUE),
HIDE_INFO_CARDS("revanced_hide_infocards", BOOLEAN, TRUE),
HIDE_MIX_PLAYLISTS("revanced_hide_mix_playlists", BOOLEAN, FALSE, true),
HIDE_PLAYER_BUTTONS("revanced_hide_player_buttons", BOOLEAN, FALSE),
HIDE_PREVIEW_COMMENT("revanced_hide_preview_comment", BOOLEAN, FALSE, true),
HIDE_SEEKBAR("revanced_hide_seekbar", BOOLEAN, FALSE),
Expand Down

0 comments on commit 52a3193

Please sign in to comment.