mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-09-27 22:53:24 +08:00
单击关机进程后立即移除选中项
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user