1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-22 12:59:36 +02:00

Adding a default search provider option, with DuckDuckGo as the default

This commit is contained in:
Jeremy Jack 2021-07-05 23:04:03 -05:00
parent c03f302fa6
commit 112a35c08f
4 changed files with 33 additions and 7 deletions

View file

@ -13,8 +13,9 @@ export interface SettingsForm {
hideApps: number;
hideCategories: number;
hideSearch: number;
defaultSearchProvider: string;
useOrdering: string;
appsSameTab: number;
bookmarksSameTab: number;
searchSameTab: number;
}
}