We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355dd69 commit 1da4f2cCopy full SHA for 1da4f2c
SoundSwitch/UI/Forms/UpdateDownloadForm.cs
@@ -43,6 +43,7 @@ public UpdateDownloadForm()
43
44
public void DownloadRelease(Release release)
45
{
46
+ Text = release.Name;
47
_releaseInfo = release;
48
installButton.Enabled = true;
49
changeLog.SetChangelog(release.Changelog);
0 commit comments