mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
6770e8d510bc20d8bb101459a5b2716d95e92a44
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.
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%