Add a way to display error dialogs

This commit is contained in:
Jonatan Heyman
2024-07-24 12:31:19 +02:00
parent 49dd273b92
commit c14c700791
9 changed files with 225 additions and 27 deletions

View File

@@ -103,7 +103,11 @@ contextBridge.exposeInMainWorld("heynote", {
async getVersion() {
return await ipcRenderer.invoke("getVersion")
}
},
async getInitErrors() {
return await ipcRenderer.invoke("getInitErrors")
},
})