diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 0a3f8f0..f9d2ee5 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -308,6 +308,7 @@ private void CheckForUpdates(bool autoCheck) int appVersion = Convert.ToInt32(version.Replace(".", "")), serverVersion = Convert.ToInt32(content.Replace(".", "")); if (serverVersion > appVersion) { + PublicVar.messageBoxCenterParent = true; if (statusPanel.Visible) { StatusPanelMessage("update-needed");