Fixed bug with wrong message in status panel when new version is available

This commit is contained in:
Alexander 2019-11-09 20:20:59 +02:00
parent b0d3dd8ec0
commit 182a247aa3

View file

@ -312,6 +312,7 @@ private void CheckForUpdates(bool autoCheck)
if (statusPanel.Visible)
{
StatusPanelMessage("update-needed");
return;
}
else
{