fix(terminal): defer TerminalService start to user interaction

This commit is contained in:
2026-03-22 01:05:06 +08:00
parent dff4674c54
commit 9caa43d4a2

View File

@@ -593,7 +593,6 @@ app.whenReady().then(async () => {
await startServer(); await startServer();
await opencodeService.start(); await opencodeService.start();
await terminalService.start();
await createWindow(); await createWindow();