mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-29 21:32:43 +08:00
单击关机进程后立即移除选中项
This commit is contained in:
parent
757e3556ca
commit
26e5e7f877
@ -62,6 +62,7 @@ kill = (taskname, taskpath) => {
|
||||
$("#infopannel").html(err).fadeIn(300).delay(3000).fadeOut(300);
|
||||
} else {
|
||||
if (taskpath == undefined) {
|
||||
$('.select').remove();
|
||||
let tasknum = $(".taskinfo").length
|
||||
utools.setExpendHeight(tasknum > 11 ? 550 : 50 * tasknum);
|
||||
} else {
|
||||
|
BIN
node_modules/.DS_Store
generated
vendored
BIN
node_modules/.DS_Store
generated
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user