From 46974598aa069d2498bd74d63fe4618006f87fdf Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 30 Sep 2023 10:45:38 +0200 Subject: [PATCH] next talk: honor "show track" option --- tile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile.lua b/tile.lua index cae0024..4d39817 100644 --- a/tile.lua +++ b/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