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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user