mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
fix: enable wide-search-bar by default (#67)
This commit is contained in:
parent
7f64a8bcab
commit
fabc4e0548
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user