fix: #2 执行复制后只隐藏主界面而不退出插件到后台

This commit is contained in:
ZiuChen 2022-08-17 20:22:28 +08:00
parent d1244aec4e
commit 9d8d34ea4b

View File

@ -185,7 +185,6 @@ const copy = (item) => {
utools.copyFile(paths) utools.copyFile(paths)
break break
} }
utools.outPlugin()
utools.hideMainWindow() utools.hideMainWindow()
} }