mirror of
https://github.com/heyman/heynote.git
synced 2025-08-18 10:29:51 +02:00
Add a way to display error dialogs
This commit is contained in:
@@ -103,7 +103,11 @@ contextBridge.exposeInMainWorld("heynote", {
|
||||
|
||||
async getVersion() {
|
||||
return await ipcRenderer.invoke("getVersion")
|
||||
}
|
||||
},
|
||||
|
||||
async getInitErrors() {
|
||||
return await ipcRenderer.invoke("getInitErrors")
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user