mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Fixed bug with wrong message in status panel when new version is available
This commit is contained in:
parent
b0d3dd8ec0
commit
182a247aa3
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ private void CheckForUpdates(bool autoCheck)
|
|||
if (statusPanel.Visible)
|
||||
{
|
||||
StatusPanelMessage("update-needed");
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue