Parcourir la source

修改拖动文件图标

master
kim131 il y a 4 ans
Parent
révision
34e05bfa63
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/main/index.js

+ 1
- 1
src/main/index.js Voir le fichier

@@ -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)


Chargement…
Annuler
Enregistrer