diff --git a/src/tools/types.ts b/src/tools/types.ts index 1b3d9437b..6465fc295 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -1,6 +1,5 @@ export interface Settings { searchUrl: string; - searchBar: boolean; enabledModules: string[]; [key: string]: any; }