fix(Status): conditionally check proxy status and refresh button based on force_stop state

This commit is contained in:
Andras Bacsai
2025-04-05 14:41:34 +02:00
parent 3176106222
commit 68c2c7fb81
2 changed files with 4 additions and 5 deletions

View File

@@ -34,9 +34,6 @@ class Status extends Component
public function checkProxy(bool $notification = false)
{
try {
if ($this->server->proxy->force_stop) {
return;
}
if ($this->polling) {
if ($this->numberOfPolls >= 10) {
$this->polling = false;