You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In main.js, set up the ipcMain listeners (ipcMain.handle) for events from the UI (e.g., 'dialog:openFile', 'file:encrypt'). Use Electron's dialog module to create native "Open File" and "Save File" prompts.
In main.js, set up the ipcMain listeners (ipcMain.handle) for events from the UI (e.g., 'dialog:openFile', 'file:encrypt'). Use Electron's dialog module to create native "Open File" and "Save File" prompts.