fix(desktop): error handling

This commit is contained in:
Adam 2025-12-19 07:38:33 -06:00
commit e1ad2a355c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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(