Fix api routes and missing translations and improve reconnection for terminals

This commit is contained in:
LukeGus
2025-09-11 00:55:48 -05:00
parent eeea3479d1
commit 3e8e15508a
9 changed files with 228 additions and 173 deletions

View File

@@ -129,7 +129,7 @@ ipcMain.handle('save-server-config', (event, config) => {
ipcMain.handle('test-server-connection', async (event, serverUrl) => {
try {
const { default: fetch } = await import('node-fetch');
const fetch = require('node-fetch');
// Try multiple endpoints to test the connection
const testUrls = [