Skip to content

Commit

Permalink
remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed May 20, 2024
1 parent 7cc13f0 commit 5cc5049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion errands/lib/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ def __send_due_notification(self, task: TaskData) -> None:
notification = Gio.Notification()
notification.set_title(_("Task is Due"))
notification.set_body(task.text)
notification.set_icon(Gio.ThemedIcon(name="io.github.mrvladus.List-symbolic"))
self.send(task.uid, notification)

0 comments on commit 5cc5049

Please sign in to comment.