Skip to content

Commit d72a2e1

Browse files
committed
Fix a bug with not removing link from the alert notification.
1 parent 5d19b44 commit d72a2e1

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)