From 46791750b487fd1a6862aaaa1188c8ee2f93ae13 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 21 Feb 2024 23:56:53 +0700 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 320b64c..148ef86 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -18,9 +18,10 @@ services = [ 'php8.3-fpm'] [main.comptes.connexion_compte] ask.en = "Enable account connexion" ask.fr = "Permettre la connexion aux comptes" - type = "select" - choices = ["true", "false"] - default = "true" + type = "boolean" + yes = true + no = false + default = true [main.export] name = "Export"