mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-13 05:58:08 +11:00
Make Delete also able to kill tasks in app-taskmgr
This commit is contained in:
parent
d808885c59
commit
a9670637d1
@ -78,7 +78,7 @@ while true do
|
||||
end
|
||||
if n[3] == "key" then
|
||||
if n[6] then
|
||||
if n[4] == 8 then
|
||||
if n[4] == 8 or n[4] == 127 then
|
||||
if consistentProcList[camY] then
|
||||
kill(consistentProcList[camY][1])
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user