fix(app): flash of fallback icon for projects

This commit is contained in:
Adam
2026-01-22 20:17:45 -06:00
parent 2b9b98e9c2
commit 14db336e3a
3 changed files with 44 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ export function DialogEditProject(props: { project: LocalProject }) {
icon: { color: store.color, override: store.iconUrl },
commands: { start },
})
globalSync.project.icon(props.project.worktree, store.iconUrl || undefined)
setStore("saving", false)
dialog.close()
return