next talk: honor "show track" option

This commit is contained in:
Franzi 2023-09-30 10:45:38 +02:00
parent 48a72a2757
commit 46974598aa

View file

@ -204,7 +204,7 @@ local function view_next_talk(starts, ends, config, x1, y1, x2, y2)
end end
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) local r,g,b = helper.parse_rgb(current_talk.track.color)
if track_text then if track_text then
if a.height > y + 20 + track_size then if a.height > y + 20 + track_size then