Skip to content

Commit

Permalink
more info in update dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
g3gg0 committed Jan 23, 2024
1 parent 5106ed3 commit 0c05586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TeddyBench/TeddyMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ async Task DownloadFile(string url, string destinationFileName)

BeginInvoke(new Action(async () =>
{
UpdateNotifyDialog dlg = new UpdateNotifyDialog(latestVersion, (string)latestRelease.name);
UpdateNotifyDialog dlg = new UpdateNotifyDialog(latestVersion + " (yours: " + thisVersion + ")", (string)latestRelease.name);
if (dlg.ShowDialog() == DialogResult.Yes)
{
await DownloadFile(url, zipName);
Expand Down
8 changes: 4 additions & 4 deletions TeddyBench/UpdateNotifyDialog.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c05586

Please sign in to comment.