Improve global search
Add options to show only searches for - pinned sources - all sources - sources with results
This commit is contained in:
@@ -13,4 +13,5 @@ export type MetadataBrowseSettings = {
|
||||
extensionLanguages: string[];
|
||||
showNsfw: boolean;
|
||||
lastUsedSourceId: SourceIdInfo['id'] | null;
|
||||
shouldShowOnlySourcesWithResults: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user