Skip to content

Commit

Permalink
fix: enable wide-search-bar by default (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 7, 2022
1 parent 7f64a8b commit fabc4e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public enum SettingsEnum {
CAST_BUTTON_SHOWN_BOOLEAN("revanced_cast_button_enabled", false),
USE_TABLET_MINIPLAYER_BOOLEAN("revanced_tablet_miniplayer", false),
CREATE_BUTTON_SHOWN_BOOLEAN("revanced_create_button_enabled", false),
USE_NEW_ACTIONBAR_BOOLEAN("revanced_new_actionbar", false),
USE_NEW_ACTIONBAR_BOOLEAN("revanced_new_actionbar", true),
SHORTS_BUTTON_SHOWN_BOOLEAN("revanced_shorts_button_enabled", false),

//Misc. Settings
Expand Down

0 comments on commit fabc4e0

Please sign in to comment.