|
|
@@ -134,7 +134,7 @@ ipcMain.handle('project-choose-folders', async (event, args) => { |
|
|
|
}); |
|
|
|
return res; |
|
|
|
}); |
|
|
|
const testIcon = nativeImage.createFromPath(path.resolve(__dirname, 'file_word.png')); |
|
|
|
const testIcon = nativeImage.createFromPath(path.resolve(__dirname, 'file-icon.png')); |
|
|
|
|
|
|
|
ipcMain.handle('project-file-dnd', (event, filePath) => { |
|
|
|
console.log('receive file path: ', filePath) |
|
|
|