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

@ -152,6 +152,10 @@ const Heynote = {
async getVersion() {
return __APP_VERSION__ + " (" + __GIT_HASH__ + ")"
},
async getInitErrors() {
},
}
export { Heynote, ipcRenderer}