Add option to disable sources of an extension
This commit is contained in:
@@ -263,6 +263,7 @@ export const SearchAll: React.FC = () => {
|
||||
languages: shownLangs,
|
||||
keepLocalSource: true,
|
||||
pinned: shouldShowOnlyPinnedSources,
|
||||
enabled: true,
|
||||
}),
|
||||
[sources, shownLangs, shouldShowOnlyPinnedSources],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user