Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube): Update default value for SWITCH_CREATE_NOTIFICATION
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Mar 15, 2024
1 parent 6407ab4 commit fe6a4e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public enum SettingsEnum {
HIDE_NOTIFICATIONS_BUTTON("revanced_hide_notifications_button", BOOLEAN, FALSE, true),
HIDE_SHORTS_BUTTON("revanced_hide_shorts_button", BOOLEAN, TRUE, true),
HIDE_SUBSCRIPTIONS_BUTTON("revanced_hide_subscriptions_button", BOOLEAN, FALSE, true),
SWITCH_CREATE_NOTIFICATION("revanced_switching_create_notification", BOOLEAN, FALSE, true),
SWITCH_CREATE_NOTIFICATION("revanced_switching_create_notification", BOOLEAN, TRUE, true),

// Settings not exported
INITIALIZED("revanced_initialized", BOOLEAN, FALSE, YOUTUBE),
Expand Down

0 comments on commit fe6a4e8

Please sign in to comment.