Skip to content

Commit 1da4f2c

Browse files
committed
boost(Update::Form): Make the title of the download window be the name of the release.
1 parent 355dd69 commit 1da4f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoundSwitch/UI/Forms/UpdateDownloadForm.cs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public UpdateDownloadForm()
4343

4444
public void DownloadRelease(Release release)
4545
{
46+
Text = release.Name;
4647
_releaseInfo = release;
4748
installButton.Enabled = true;
4849
changeLog.SetChangelog(release.Changelog);

0 commit comments

Comments
 (0)