mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The Test button in settings was creating a separate DaemonClientV2 instance without the Tauri WebSocket transport. In the desktop app, this caused origin rejection (tauri://localhost) which then overwrote the connection status to offline, even though the main session connection was working fine. Removed the redundant test functionality since: - The daemon client auto-reconnects - Connection status is already tracked and displayed via SessionProvider - The test was actively harmful by creating a rogue client Also simplified waitForDaemonRestart to rely on auto-reconnect instead of polling with a separate connection.