UpdatesAvailableDialog: fix label naming & add OK response for install button
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user