Update settings and search bar

This commit is contained in:
Aj - Thomas
2022-04-27 20:10:51 +02:00
parent 78698436fe
commit 4cabaa0af1
3 changed files with 55 additions and 26 deletions

View File

@@ -12,5 +12,6 @@ export function loadConfig(path: string): Config | null {
}
export interface Config {
searchUrl: string;
searchBar: boolean,
}