From 54a8c91ab1d463c202cf49b4a272ebb56411801d Mon Sep 17 00:00:00 2001 From: isaacclad Date: Tue, 21 Jul 2026 21:23:21 +0000 Subject: [PATCH] Hide Ladill One from the POS app launcher until launch. --- config/ladill_launcher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 3183cd4..2a0d785 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -32,7 +32,6 @@ return [ ['name' => 'Link', 'url' => 'https://link.'.$root.'/sso/connect?redirect='.urlencode('https://link.'.$root.'/dashboard'), 'icon' => 'link.svg'], ['name' => 'Frontdesk', 'url' => 'https://frontdesk.'.$root.'/sso/connect?redirect='.urlencode('https://frontdesk.'.$root.'/dashboard'), 'icon' => 'frontdesk.svg'], ['name' => 'Care', 'url' => 'https://care.'.$root.'/sso/connect?redirect='.urlencode('https://care.'.$root.'/dashboard'), 'icon' => 'care.svg'], - ['name' => 'One', 'url' => 'https://one.'.$root.'/sso/connect?redirect='.urlencode('https://one.'.$root.'/dashboard'), 'icon' => 'one.svg'], ['name' => 'Queue', 'url' => 'https://queue.'.$root.'/sso/connect?redirect='.urlencode('https://queue.'.$root.'/dashboard'), 'icon' => 'queue.svg'], ['name' => 'SMS', 'url' => 'https://sms.'.$root, 'icon' => 'sms.svg'], ['name' => 'Bird', 'url' => 'https://bird.'.$root, 'icon' => 'bird.svg'],