diff --git a/index.js b/index.js index eb88d3f..cf994f6 100644 --- a/index.js +++ b/index.js @@ -82,7 +82,7 @@ app.on('window-all-closed', () => { }) ipcMain.on('openDownloadsFolder', (event)=>{ - const { downloadLocation } = require('./server/dist/main.js').settings + const { downloadLocation } = require('./server/dist/main.js').getSettings().settings shell.openPath(downloadLocation) })