fix(desktop): remote server switching (#17214)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
OpeOginni 2026-03-19 14:32:11 +01:00 committed by GitHub
commit bd4527b4f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 133 additions and 89 deletions

View file

@ -291,8 +291,8 @@ export function DialogSelectServer() {
navigate("/")
return
}
server.setActive(ServerConnection.key(conn))
navigate("/")
queueMicrotask(() => server.setActive(ServerConnection.key(conn)))
}
const handleAddChange = (value: string) => {