From f1eddbac9e9c3f522b5c5fb49f198c7eced20e1a Mon Sep 17 00:00:00 2001 From: HgO Date: Fri, 16 Aug 2024 00:02:01 +0200 Subject: [PATCH] remove multissid artifacts --- config_panel.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 1326b1c..798a963 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -111,14 +111,12 @@ name = "Configuration" [main.hotspot.captive_portal] ask = "Captive portal" type = "boolean" - bind = "array_settings()" - visible = "advanced__3" + visible = "advanced" help = "Activate the captive portal mode" [main.hotspot.captive_portal_url] ask = "Local captive portal URL" type = "string" - bind = "array_settings()" visible = "advanced && captive_portal" help = "Local URL on which redirect onto when the user mac address is not yet allowed"