diff --git a/main.js b/main.js index 6304b00..7ccb059 100644 --- a/main.js +++ b/main.js @@ -197,6 +197,10 @@ app.whenReady().then(() => { }); }); +// just to make sure +app.on('will-quit' , () => { + session.defaultSession.clearStorageData() +}) app.on('window-all-closed', () => { if (process.platform !== 'darwin') {