diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 465cff8e..b93e1e59 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -24,7 +24,10 @@ "https://api.mcpmux.com/v1/update/latest.json", "https://github.com/mcpmux/mcp-mux/releases/latest/download/latest.json" ], - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdCQUZGMEVCMEZBOTk5RTcKUldUbm1ha1A2L0N2ZTlOZjN5T3pGOHBHRUlibytMY2tPeWJkQ01heDJzdTJqK3B3a2lBdDZ1T1oK" + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdCQUZGMEVCMEZBOTk5RTcKUldUbm1ha1A2L0N2ZTlOZjN5T3pGOHBHRUlibytMY2tPeWJkQ01heDJzdTJqK3B3a2lBdDZ1T1oK", + "windows": { + "installMode": "quiet" + } } }, "app": { diff --git a/apps/desktop/src/features/servers/ServersPage.tsx b/apps/desktop/src/features/servers/ServersPage.tsx index ae5c9563..8db8b895 100644 --- a/apps/desktop/src/features/servers/ServersPage.tsx +++ b/apps/desktop/src/features/servers/ServersPage.tsx @@ -1412,22 +1412,25 @@ export function ServersPage() { data-testid="config-modal-overlay" >
- {(configModal.server.auth && 'instructions' in configModal.server.auth - ? configModal.server.auth.instructions - : null) || 'Enter the required configuration to enable this server.'} -
- -+ {(configModal.server.auth && 'instructions' in configModal.server.auth + ? configModal.server.auth.instructions + : null) || 'Enter the required configuration to enable this server.'} +
+