ical: Don't display ICI for day events
This commit is contained in:
parent
ddea221cc4
commit
b21112be3f
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user