Skip to content

Commit

Permalink
fix #1896: use styleMan.getCore in MV2
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jan 20, 2025
1 parent 3b26b4d commit c543995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/set-client-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const PROVIDERS = {
query,
mode: sp.get('searchMode') || prefs.__values['manage.searchMode'],
}),
styles: __.MV3 ? styleMan.getCore({sections: true, size: true}) : styleMan.getAll(),
styles: styleMan.getCore({sections: true, size: true}),
sync: syncMan.getStatus(true),
};
},
Expand Down

0 comments on commit c543995

Please sign in to comment.