fix(desktop): error handling
This commit is contained in:
parent
4f318f913e
commit
e1ad2a355c
15 changed files with 227 additions and 29 deletions
|
|
@ -15,6 +15,9 @@ const platform: Platform = {
|
|||
openLink(url: string) {
|
||||
window.open(url, "_blank")
|
||||
},
|
||||
restart: async () => {
|
||||
window.location.reload()
|
||||
},
|
||||
}
|
||||
|
||||
render(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue