Skip to content

Commit c543995

Browse files
committed
fix #1896: use styleMan.getCore in MV2
1 parent 3b26b4d commit c543995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background/set-client-data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const PROVIDERS = {
4545
query,
4646
mode: sp.get('searchMode') || prefs.__values['manage.searchMode'],
4747
}),
48-
styles: __.MV3 ? styleMan.getCore({sections: true, size: true}) : styleMan.getAll(),
48+
styles: styleMan.getCore({sections: true, size: true}),
4949
sync: syncMan.getStatus(true),
5050
};
5151
},

0 commit comments

Comments
 (0)