From a579950cbf0f6f95cfbbc8f8bff9fbcff0d8aa22 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 7 Jun 2026 18:51:40 +0000 Subject: [PATCH] Add Ladill Mini to shared app launcher. --- config/ladill_launcher.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 38c9c0f..da80f50 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -32,5 +32,6 @@ return [ ['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'], ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'], ['name' => 'Events', 'url' => 'https://events.'.$root.'/sso/connect?redirect='.urlencode('https://events.'.$root.'/dashboard'), 'icon' => 'events.svg'], + ['name' => 'Mini', 'url' => 'https://mini.'.$root.'/sso/connect?redirect='.urlencode('https://mini.'.$root.'/dashboard'), 'icon' => 'mini.svg'], ], ];