Skip to content

Commit

Permalink
new defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Sep 23, 2024
1 parent a6e8f43 commit e6bd59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const Options = {
*/
init() {
;[
['dynamicIcon', false],
['dynamicIcon', true],
['badge', true],
['showCached', true],
['showCached', false],
].map(async ([option, defaultValue]) => {
const el = document
.querySelector(
Expand Down

0 comments on commit e6bd59f

Please sign in to comment.