From cef351bfd0803bc539f76694402eed69f9e8cba2 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 3 Oct 2025 14:12:16 +0700 Subject: [PATCH] fix: Local API Server - disable settings on run (#6707) --- web-app/src/routes/settings/local-api-server.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/routes/settings/local-api-server.tsx b/web-app/src/routes/settings/local-api-server.tsx index 3628a6f8c..b3360e98e 100644 --- a/web-app/src/routes/settings/local-api-server.tsx +++ b/web-app/src/routes/settings/local-api-server.tsx @@ -258,7 +258,7 @@ function LocalAPIServerContent() { } } - const isServerRunning = serverStatus === 'running' + const isServerRunning = serverStatus !== 'stopped' return (