From 0038b84fc249e01f386e31b82f58cb1b97a08b02 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 28 Jun 2026 01:46:16 +0000 Subject: [PATCH] =?UTF-8?q?Sync=20app=20launcher=20from=20registry=20?= =?UTF-8?q?=E2=80=94=20add=20Frontdesk.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/ladill_launcher.php | 1 + public/images/launcher-icons/frontdesk.svg | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 public/images/launcher-icons/frontdesk.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index db8daed..bfdd073 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -29,6 +29,7 @@ return [ ['name' => 'Events', 'url' => 'https://events.'.$root.'/sso/connect?redirect='.urlencode('https://events.'.$root.'/dashboard'), 'icon' => 'events.svg'], ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'], ['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' => 'SMS', 'url' => 'https://sms.'.$root, 'icon' => 'sms.svg'], ['name' => 'Bird', 'url' => 'https://bird.'.$root, 'icon' => 'bird.svg'], ['name' => 'Mail', 'url' => 'https://mail.'.$root, 'icon' => 'mail.svg'], diff --git a/public/images/launcher-icons/frontdesk.svg b/public/images/launcher-icons/frontdesk.svg new file mode 100644 index 0000000..ea54262 --- /dev/null +++ b/public/images/launcher-icons/frontdesk.svg @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file