chore: fix server selection ux [skip e2e]

This commit is contained in:
Mo
2024-01-06 16:35:58 -06:00
parent 23efad85df
commit 04106b3e15
4 changed files with 48 additions and 28 deletions

View File

@@ -50,12 +50,7 @@ export class DesktopManager
void this.backups.importWatchedDirectoryChanges(changes)
}
async handleHomeServerStarted(serverUrl: string): Promise<void> {
const userIsSignedIn = this.application.sessions.isSignedIn()
if (!userIsSignedIn) {
await this.application.setCustomHost(serverUrl)
}
}
async handleHomeServerStarted(_serverUrl: string): Promise<void> {}
beginTextBackupsTimer() {
if (this.textBackupsInterval) {