mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 10:02:21 +02:00
Update monarch.lua
This commit is contained in:
@@ -523,7 +523,9 @@ local function load(screen)
|
||||
if screen.transition_id then
|
||||
screen.transition_url = screen.factory_ids[screen.transition_id]
|
||||
end
|
||||
screen.focus_url = screen.factory_ids[screen.focus_id]
|
||||
if screen.focus_id then
|
||||
screen.focus_url = screen.factory_ids[screen.focus_id]
|
||||
end
|
||||
end
|
||||
screen.loaded = true
|
||||
screen.preloaded = false
|
||||
|
Reference in New Issue
Block a user