From b0c384fa7a617886ef88f2d37ed1cd3d27ce3292 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 7 Jun 2026 09:40:01 +0000 Subject: [PATCH] Add Ladill Events to the shared app launcher. Keeps the launcher identical across extracted apps now that Events is live. Co-authored-by: Cursor --- config/ladill_launcher.php | 1 + public/images/launcher-icons/events.svg | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 public/images/launcher-icons/events.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 8c7b077..cac9c15 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -31,5 +31,6 @@ return [ ['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'], ['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'], ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root, 'icon' => 'qrplus.svg'], + ['name' => 'Events', 'url' => 'https://events.'.$root, 'icon' => 'events.svg'], ], ]; diff --git a/public/images/launcher-icons/events.svg b/public/images/launcher-icons/events.svg new file mode 100644 index 0000000..feb13f8 --- /dev/null +++ b/public/images/launcher-icons/events.svg @@ -0,0 +1,21 @@ + + + + + + + + + \ No newline at end of file