3
0
mirror of https://github.com/britzl/monarch.git synced 2025-06-27 02:17:53 +02:00

Update gui.lua

This commit is contained in:
Björn Ritzl 2023-03-29 09:49:00 +02:00
parent a055af032f
commit 55910abd74

View File

@ -173,6 +173,7 @@ local function create()
end
local function start_transition(transition_id, url)
url = url or msg.url()
local t = transitions[transition_id]
table.insert(t.urls, url)
if t.in_progress_count == 0 then