Skip to content

Commit

Permalink
Merge pull request #11 from sireliah/fix-notification
Browse files Browse the repository at this point in the history
Fix a bug with not removing link from the alert notification
  • Loading branch information
sireliah committed Jun 2, 2021
2 parents 5d19b44 + d72a2e1 commit 21e159f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dnd/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ impl AppNotification {
}

pub fn show_text(&self, overlay: &gtk::Overlay, text: &str) {
self.remove_link();
self.label.set_text(text);
self.reveal(overlay);
}
Expand Down

0 comments on commit 21e159f

Please sign in to comment.