aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.ts b/src/config.ts
index 336085685..21a7462b9 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -92,9 +92,9 @@ export const NAVIGATION_BAR_BEHAVIOURS = {
92 never: 'Never show navigation bar', 92 never: 'Never show navigation bar',
93}; 93};
94 94
95export const SEARCH_ENGINE_STARTPAGE = 'startPage'; 95const SEARCH_ENGINE_STARTPAGE = 'startPage';
96export const SEARCH_ENGINE_GOOGLE = 'google'; 96const SEARCH_ENGINE_GOOGLE = 'google';
97export const SEARCH_ENGINE_DDG = 'duckDuckGo'; 97const SEARCH_ENGINE_DDG = 'duckDuckGo';
98export const SEARCH_ENGINE_NAMES = { 98export const SEARCH_ENGINE_NAMES = {
99 [SEARCH_ENGINE_STARTPAGE]: 'Startpage', 99 [SEARCH_ENGINE_STARTPAGE]: 'Startpage',
100 [SEARCH_ENGINE_GOOGLE]: 'Google', 100 [SEARCH_ENGINE_GOOGLE]: 'Google',