We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ac2df commit fcb1eeeCopy full SHA for fcb1eee
platform/mv3/extension/js/admin.js
@@ -132,6 +132,7 @@ const adminSettings = {
132
if ( this.keys.has('noFiltering') ) {
133
ubolLog('admin setting "noFiltering" changed');
134
const filteringModeDetails = await readFilteringModeDetails(true);
135
+ await registerInjectables();
136
broadcastMessage({ filteringModeDetails });
137
}
138
if ( this.keys.has('showBlockedCount') ) {
0 commit comments