1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-18 06:08:06 +00:00

prepare for lock screen

This commit is contained in:
kepler155c@gmail.com
2019-11-01 16:35:58 -06:00
parent e5a5f76fb3
commit aaab059cee
3 changed files with 7 additions and 2 deletions

View File

@@ -179,6 +179,10 @@ function kernel.run(args)
end
function kernel.raise(uid)
if kernel.getFocused() and kernel.getFocused().pinned then
return false
end
local routine = Util.find(kernel.routines, 'uid', uid)
if routine then