We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8978166 commit 4000ceaCopy full SHA for 4000cea
src/main/index.js
@@ -432,7 +432,7 @@ ipcMain.on('uploadClipboardFilesFromUploadPage', () => {
432
})
433
434
ipcMain.on('uploadChoosedFiles', async (evt, files) => {
435
- return uploadChoosedFiles(evt, files)
+ return uploadChoosedFiles(evt.sender, files)
436
437
438
ipcMain.on('updateShortKey', (evt, oldKey) => {
0 commit comments