1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 21:29:37 +02:00

Added option to set secondary search provider

This commit is contained in:
Paweł Malak 2022-03-25 14:28:40 +01:00
parent 2c0491a5b0
commit 16121ff547
9 changed files with 79 additions and 25 deletions

View file

@ -17,6 +17,7 @@ export interface Config {
hideCategories: boolean;
hideSearch: boolean;
defaultSearchProvider: string;
secondarySearchProvider: string;
dockerApps: boolean;
dockerHost: string;
kubernetesApps: boolean;