Skip to content

Commit a8ef7f3

Browse files
long-wooivyhaswell
authored andcommitted
fix: 修复下载管理器窗口最小化后,点击打开无法显示问题
1 parent b991e99 commit a8ef7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/file-manager/download/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const tempDownloadItemIds: string[] = [] // 下载中的 id
3939
*/
4040
const openDownloadManager = (url: string) => {
4141
if (win) {
42-
win.focus()
42+
win.show()
4343
return
4444
}
4545

0 commit comments

Comments
 (0)