chore: generate

pull/12467/head^2
opencode-agent[bot] 2026-02-06 12:20:53 +00:00
parent 400bc7973a
commit 732a3dab8c
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ export function DialogSelectServer() {
async function handleRemove(url: string) {
server.remove(url)
if (await platform.getDefaultServerUrl?.() === url) {
if ((await platform.getDefaultServerUrl?.()) === url) {
platform.setDefaultServerUrl?.(null)
}
}