mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 18:12:22 +02:00
Update monarch.lua
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user