UpdatesAvailableDialog: fix label naming & add OK response for install button

This commit is contained in:
2023-11-13 15:14:42 +01:00
parent bbee3e8162
commit 75f49e9d40
5 changed files with 724 additions and 668 deletions

View File

@@ -47,7 +47,7 @@ namespace Pilz.Updating.Client.GUI
};
break;
}
if (updateNotesControl is object)
if (updateNotesControl is not null)
{
updateNotesControl.Dock = DockStyle.Fill;
panel_ChangelogPanel.Controls.Add(updateNotesControl);