优化前端显示和错误提醒

This commit is contained in:
H3CoF6
2026-04-29 04:38:25 +08:00
parent 1f0b2613bf
commit d27cef6358
3 changed files with 152 additions and 42 deletions

View File

@@ -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 () => {