fix: Local API Server - disable settings on run (#6707)

This commit is contained in:
Louis 2025-10-03 14:12:16 +07:00 committed by GitHub
parent 5adaf62975
commit cef351bfd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,7 +258,7 @@ function LocalAPIServerContent() {
}
}
const isServerRunning = serverStatus === 'running'
const isServerRunning = serverStatus !== 'stopped'
return (
<div className="flex flex-col h-full">