ical: Don't display ICI for day events

This commit is contained in:
nemunaire 2022-09-20 10:09:48 +02:00
parent ddea221cc4
commit b21112be3f

View File

@ -329,7 +329,7 @@ class IcalModule:
evt["location"],
fill="black", anchor="lt", font=fnt_R
)
else:
elif evt["location"].lower() != "ici":
align += display_longtext(draw,
(width/2, align+line_height*0.6),
evt["location"],