mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 13:39:52 +00:00
fix(app): flash of fallback icon for projects
This commit is contained in:
parent
2b9b98e9c2
commit
14db336e3a
3 changed files with 44 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue