From 892849267e69f8f1b60c32ffeccda41a49528cce Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 8 Mar 2023 13:35:51 +0100 Subject: [PATCH] default = false --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6c660c1..3935ebc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,14 +53,14 @@ ram.runtime = "50M" help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing" type = "select" choices = ["", "darksky", "visualcrossing"] - default = "" + default = false optional = true [install.weather_key] ask.en = "(Optional) Insert here the api key from the chosen weather provider" ask.fr = "(Optionnel) Insérez ici la clé API du fournisseur de météo choisi" type = "string" - default = "" + default = false optional = true [resources]