From ca6765b963dc10c8dcb7484307b4c918a988f112 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 11:20:26 +0000 Subject: [PATCH] Add Ladill Transfer to shared app launcher. Co-authored-by: Cursor --- config/ladill_launcher.php | 1 + public/images/launcher-icons/transfer.svg | 25 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 public/images/launcher-icons/transfer.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index da80f50..e87951e 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -33,5 +33,6 @@ return [ ['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'], + ['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'], ], ]; diff --git a/public/images/launcher-icons/transfer.svg b/public/images/launcher-icons/transfer.svg new file mode 100644 index 0000000..1a18372 --- /dev/null +++ b/public/images/launcher-icons/transfer.svg @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file