From d55eb58d2a385d758a9ab789129a649275626093 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:10:35 +0200 Subject: [PATCH] Change to boolean --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 9dab7c2..12140c8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,8 +37,7 @@ ram.runtime = "50M" [install.registration] ask.en = "Do you want to autorize registrations to this app?" - type = "select" - choices = ["true", "false"] + type = "boolean" default = false optional = true