3
0
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:
Björn Ritzl 2023-12-27 15:54:09 +01:00
parent 43e847dacc
commit b01f5d28c3

View File

@ -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