From 688ae9e20fd0a815fe734efde97caecf030b19d6 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 7 Jun 2026 06:46:48 +0000 Subject: [PATCH] Add QR Plus to the shared app launcher across all Ladill apps. Register qrplus.ladill.com in ladill_launcher.php and sync the launcher icon. Co-authored-by: Cursor --- config/ladill_launcher.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 304896d..8c7b077 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -30,5 +30,6 @@ return [ ['name' => 'Domains', 'url' => 'https://domains.'.$root, 'icon' => 'domains.svg'], ['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'], ], ];