diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 50f4799..7e632f5 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -417,7 +417,7 @@ function App(): JSX.Element { const handleStartAll = async () => { if (!window.api) return - const criticalServices = [settings.serverType] + const criticalServices = ['nginx', 'apache'] for (const s of criticalServices) { if (status[s] === 'stopped') setStatus(prev => ({ ...prev, [s]: 'starting' })) }