mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
Update monarch.lua
This commit is contained in:
parent
43e847dacc
commit
b01f5d28c3
@ -523,8 +523,10 @@ local function load(screen)
|
|||||||
if screen.transition_id then
|
if screen.transition_id then
|
||||||
screen.transition_url = screen.factory_ids[screen.transition_id]
|
screen.transition_url = screen.factory_ids[screen.transition_id]
|
||||||
end
|
end
|
||||||
|
if screen.focus_id then
|
||||||
screen.focus_url = screen.factory_ids[screen.focus_id]
|
screen.focus_url = screen.factory_ids[screen.focus_id]
|
||||||
end
|
end
|
||||||
|
end
|
||||||
screen.loaded = true
|
screen.loaded = true
|
||||||
screen.preloaded = false
|
screen.preloaded = false
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user