mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 22:09:36 +02:00
Added option to set secondary search provider
This commit is contained in:
parent
2c0491a5b0
commit
16121ff547
9 changed files with 79 additions and 25 deletions
|
@ -10,6 +10,7 @@ export interface WeatherForm {
|
|||
|
||||
export interface GeneralForm {
|
||||
defaultSearchProvider: string;
|
||||
secondarySearchProvider: string;
|
||||
searchSameTab: boolean;
|
||||
pinAppsByDefault: boolean;
|
||||
pinCategoriesByDefault: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue