Skip to content

Commit

Permalink
show image in toast notification
Browse files Browse the repository at this point in the history
  • Loading branch information
haojiezhe12345 committed Aug 20, 2022
1 parent 693f204 commit 381b588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PasteIntoFile/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ private void btnSave_Click(object sender, EventArgs e)
private void showNotification(string txt)
{
new ToastContentBuilder()
.AddHeroImage(new Uri(txt))
.AddText(this.Text)
.AddText(txt)
.Show();
Expand Down

0 comments on commit 381b588

Please sign in to comment.