From 2bc5253725226a76db2e73856d81b2685769f7f5 Mon Sep 17 00:00:00 2001 From: Mikko Tapionlinna Date: Fri, 28 Apr 2017 13:59:07 +0300 Subject: [PATCH] Set default value for showWindDirectionAsArrow --- modules/default/currentweather/currentweather.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index f0cb82b5..0e149982 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -21,6 +21,7 @@ Module.register("currentweather",{ showPeriod: true, showPeriodUpper: false, showWindDirection: true, + showWindDirectionAsArrow: false, useBeaufort: true, lang: config.language, showHumidity: false,