diff --git a/src/RaspAP/UI/Sidebar.php b/src/RaspAP/UI/Sidebar.php index 62408e27..8d79f9de 100644 --- a/src/RaspAP/UI/Sidebar.php +++ b/src/RaspAP/UI/Sidebar.php @@ -16,7 +16,7 @@ class Sidebar { public function __construct() { // Load default sidebar items $this->addItem(_('Dashboard'), 'fa-solid fa-gauge-high', 'wlan0_info', 10); - $this->addItem(_('Hotspot'), 'far fa-dot-circle', 'hostapd_conf', 20, + $this->addItem(_('Hotspot'), 'fas fa-bullseye', 'hostapd_conf', 20, fn() => RASPI_HOTSPOT_ENABLED ); $this->addItem(_('DHCP Server'), 'fas fa-exchange-alt', 'dhcpd_conf', 30, diff --git a/templates/hostapd.php b/templates/hostapd.php index 6e352fb2..e4eaee58 100755 --- a/templates/hostapd.php +++ b/templates/hostapd.php @@ -36,7 +36,7 @@
- +