mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-05-01 07:26:48 +00:00
优化前端显示和错误提醒
This commit is contained in:
@@ -3957,8 +3957,7 @@ function registerIpcHandlers() {
|
||||
|
||||
// 自动下载原图
|
||||
ipcMain.handle('image:startAutoDownload', async () => {
|
||||
await imageDownloadService.startAutoDownload()
|
||||
return { success: true }
|
||||
return await imageDownloadService.startAutoDownload()
|
||||
})
|
||||
|
||||
ipcMain.handle('image:stopAutoDownload', async () => {
|
||||
|
||||
Reference in New Issue
Block a user