fix(desktop): error handling
This commit is contained in:
@@ -15,6 +15,9 @@ const platform: Platform = {
|
||||
openLink(url: string) {
|
||||
window.open(url, "_blank")
|
||||
},
|
||||
restart: async () => {
|
||||
window.location.reload()
|
||||
},
|
||||
}
|
||||
|
||||
render(
|
||||
|
||||
Reference in New Issue
Block a user