fix: streamline proxy status handling in StartProxy and Navbar components

This commit is contained in:
Andras Bacsai
2025-10-10 10:41:58 +02:00
parent 9c152fd40a
commit bd88bbca5b
2 changed files with 6 additions and 4 deletions

View File

@@ -120,7 +120,6 @@ class Navbar extends Component
{
$this->server->refresh();
$this->proxyStatus = $this->server->proxy->status ?? 'unknown';
$forceStop = $this->server->proxy->force_stop ?? false;
switch ($this->proxyStatus) {
case 'running':