mirror of
https://github.com/heyman/heynote.git
synced 2025-08-14 00:38:32 +02:00
Add a way to display error dialogs
This commit is contained in:
@ -152,6 +152,10 @@ const Heynote = {
|
||||
async getVersion() {
|
||||
return __APP_VERSION__ + " (" + __GIT_HASH__ + ")"
|
||||
},
|
||||
|
||||
async getInitErrors() {
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
export { Heynote, ipcRenderer}
|
||||
|
Reference in New Issue
Block a user