Skip to content

Commit 21e159f

Browse files
authored
Merge pull request #11 from sireliah/fix-notification
Fix a bug with not removing link from the alert notification
2 parents 5d19b44 + d72a2e1 commit 21e159f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dnd/components.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ impl AppNotification {
509509
}
510510

511511
pub fn show_text(&self, overlay: &gtk::Overlay, text: &str) {
512+
self.remove_link();
512513
self.label.set_text(text);
513514
self.reveal(overlay);
514515
}

0 commit comments

Comments
 (0)