mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-08 13:33:11 +08:00
Added option to set secondary search provider
This commit is contained in:
@@ -17,6 +17,7 @@ export interface Config {
|
||||
hideCategories: boolean;
|
||||
hideSearch: boolean;
|
||||
defaultSearchProvider: string;
|
||||
secondarySearchProvider: string;
|
||||
dockerApps: boolean;
|
||||
dockerHost: string;
|
||||
kubernetesApps: boolean;
|
||||
|
||||
@@ -10,6 +10,7 @@ export interface WeatherForm {
|
||||
|
||||
export interface GeneralForm {
|
||||
defaultSearchProvider: string;
|
||||
secondarySearchProvider: string;
|
||||
searchSameTab: boolean;
|
||||
pinAppsByDefault: boolean;
|
||||
pinCategoriesByDefault: boolean;
|
||||
|
||||
@@ -4,7 +4,8 @@ export interface SearchResult {
|
||||
isLocal: boolean;
|
||||
isURL: boolean;
|
||||
sameTab: boolean;
|
||||
search: string;
|
||||
query: Query;
|
||||
encodedURL: string;
|
||||
primarySearch: Query;
|
||||
secondarySearch: Query;
|
||||
rawQuery: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user