mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-05 15:50:18 +08:00
Changed: MIT LICENSE -> 996ICU LICENSE
This commit is contained in:
@@ -157,7 +157,8 @@ const handlePluginActions = (ipcMain, CONFIG_PATH) => {
|
||||
const handleRemoveFiles = (ipcMain, CONFIG_PATH) => {
|
||||
ipcMain.on('removeFiles', (event, files) => {
|
||||
const picgo = new PicGo(CONFIG_PATH)
|
||||
picgo.emit('remove', files)
|
||||
const guiApi = new GuiApi(ipcMain, event.sender, picgo)
|
||||
picgo.emit('remove', files, guiApi)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user