mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-21 17:41:06 +00:00
next talk: honor "show track" option
This commit is contained in:
parent
48a72a2757
commit
46974598aa
1 changed files with 1 additions and 1 deletions
2
tile.lua
2
tile.lua
|
@ -204,7 +204,7 @@ local function view_next_talk(starts, ends, config, x1, y1, x2, y2)
|
|||
end
|
||||
end
|
||||
|
||||
if current_talk.track then
|
||||
if show_track and current_talk.track then
|
||||
local r,g,b = helper.parse_rgb(current_talk.track.color)
|
||||
if track_text then
|
||||
if a.height > y + 20 + track_size then
|
||||
|
|
Loading…
Reference in a new issue