mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-03 17:22:54 +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),
|
CAST_BUTTON_SHOWN_BOOLEAN("revanced_cast_button_enabled", false),
|
||||||
USE_TABLET_MINIPLAYER_BOOLEAN("revanced_tablet_miniplayer", false),
|
USE_TABLET_MINIPLAYER_BOOLEAN("revanced_tablet_miniplayer", false),
|
||||||
CREATE_BUTTON_SHOWN_BOOLEAN("revanced_create_button_enabled", 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),
|
SHORTS_BUTTON_SHOWN_BOOLEAN("revanced_shorts_button_enabled", false),
|
||||||
|
|
||||||
//Misc. Settings
|
//Misc. Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user