From 949379e6e6200a67eff04a8d0fd8896f0f691cf6 Mon Sep 17 00:00:00 2001 From: ajnart Date: Thu, 26 May 2022 18:35:28 +0200 Subject: [PATCH] :art: Change default config --- data/configs/default.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/configs/default.json b/data/configs/default.json index 8f606710e..ba6a91144 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -10,6 +10,14 @@ } ], "settings": { - "searchUrl": "https://bing.com/search?q=" + "searchUrl": "https://google.com/search?q=" + }, + "modules": { + "Search Bar": { + "enabled": true + }, + "Date": { + "enabled": false + } } } \ No newline at end of file