From 44cb2874c6aa62033f5664ee2fc0628c4b0070b7 Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 21 Jul 2023 10:32:37 +0200 Subject: [PATCH] Fix warning about type --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 282226d..8664dbd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,7 +58,7 @@ ram.runtime = "2G" [install.unit_system] ask.en = "metric for Metric, us_customary for US Customary. This also sets temperature_unit, Celsius for Metric and Fahrenheit for US Customary." - type = "string" + type = "select" choices = ["metric", "us_customary"] default = "metric"