mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-15 21:24:48 +00:00
fix(app): flash of fallback icon for projects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user