From 182a247aa36087a7094917fd99a6b75e05438f7a Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 9 Nov 2019 20:20:59 +0200 Subject: [PATCH] Fixed bug with wrong message in status panel when new version is available --- Crypto Notepad/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index f9d2ee5..d1ac008 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -312,6 +312,7 @@ private void CheckForUpdates(bool autoCheck) if (statusPanel.Visible) { StatusPanelMessage("update-needed"); + return; } else {