Fix progress indicator drawing
1 files changed, 1 insertions(+), 1 deletions(-) M src/widgets.py
M src/widgets.py => src/widgets.py +1 -1
@@ 207,7 207,7 @@ class EventActionRow(Adw.ActionRow): # color # >= gtk 4.10 : self.get_color() - color = self.get_style_context.get_color() + color = self.get_style_context().get_color() color.alpha = 0.2 cr.save()