ChiriVulpes / MagicTranslator

Turning scanlation into a magical experience ✨
4 stars 1 forks source link

File dialogs are broken #147

Closed milleniumbug closed 2 years ago

milleniumbug commented 2 years ago

image

It seems that dialog is no longer returned through this code, as the value is undefined

const { ipcRenderer, dialog } = req<typeof Electron>("electron");