mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
bug fix
This commit is contained in:
parent
834cf6f75f
commit
cbf286567f
@ -72,7 +72,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => {
|
||||
function runCmd(cmd, option, output) {
|
||||
if (option == "simulation") {
|
||||
utools.setExpendHeight(0);
|
||||
// utools.hideMainWindow();
|
||||
utools.hideMainWindow();
|
||||
eval(`(async () => {
|
||||
${cmd}
|
||||
})()`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user