From dc061c44271c2d2f58961bdbbb1b062614c91f3c Mon Sep 17 00:00:00 2001 From: MadMan247 <54383546+MadMan247@users.noreply.github.com> Date: Thu, 16 May 2024 13:15:10 -0500 Subject: [PATCH] revert "test" Honestly, I didn't even mean to commit that last one. Also I am not really that sure what I am doing here. I expected select to have a similar function, but alas it does not. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 0dcc303..908add3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,7 +39,7 @@ ram.runtime = "50M" ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" type = "string" - select = ["fr", "en"] + choices = ["fr", "en"] default = "fr" [install.admin]