Skip to content

Commit efdfe74

Browse files
committed
Modified notification body
1 parent b078221 commit efdfe74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ def show_toast(self, message:str, overlay):
473473

474474
def show_notification(self, title:str, body:str, icon:Gio.ThemedIcon=None):
475475
if not self.is_active() and not self.quick_ask.is_active():
476+
body = body.replace('<span>', '').replace('</span>', '')
476477
logger.info(f"{title}, {body}")
477478
notification = Gio.Notification.new(title)
478479
notification.set_body(body)

0 commit comments

Comments
 (0)