From 1083a145483acd30f8d7b2ed718b11b3897d61db Mon Sep 17 00:00:00 2001 From: deepjyoti30 Date: Fri, 15 May 2020 23:17:06 +0530 Subject: [PATCH] Disable weather by default. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 1e69232..e3260e6 100644 --- a/config.json +++ b/config.json @@ -35,7 +35,7 @@ "disableDate": false, "disableSearchBar": false, "disable24Hour": false, - "disableWeather": false, + "disableWeather": true, "weatherConf": { "location": "Pune India", "unit": "cel"