Skip to content

Commit

Permalink
fix(Carousels): 🐛 Fix chrome storage default label
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdo Ryu committed Nov 21, 2024
1 parent f777840 commit 94bbf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ chrome.runtime.onInstalled.addListener((details) => {
'hide-other-reactions': false,
'main-toggle': true,
'sort-by-recent': true,
'hide-carousel': false,
'hide-carousels': false,
})
})
}
Expand Down

0 comments on commit 94bbf2e

Please sign in to comment.