fix(desktop): error handling

This commit is contained in:
Adam
2025-12-19 07:38:33 -06:00
parent 4f318f913e
commit e1ad2a355c
15 changed files with 227 additions and 29 deletions

View File

@@ -15,6 +15,9 @@ const platform: Platform = {
openLink(url: string) {
window.open(url, "_blank")
},
restart: async () => {
window.location.reload()
},
}
render(