mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed message to enable automatic updates at program startup
This commit is contained in:
parent
0acea85613
commit
c0fc18601c
1 changed files with 1 additions and 1 deletions
|
|
@ -845,7 +845,7 @@ private void MainForm_Shown(object sender, EventArgs e)
|
|||
}
|
||||
using (new CenterWinDialog(this))
|
||||
{
|
||||
DialogResult res = MessageBox.Show(this, "Enable automatic update check?", PublicVar.appName, MessageBoxButtons.YesNo, MessageBoxIcon.Information);
|
||||
DialogResult res = MessageBox.Show(this, "Enable automatic update check at startup?\nThis action can be undone in settings.", PublicVar.appName, MessageBoxButtons.YesNo, MessageBoxIcon.Information);
|
||||
if (res == DialogResult.Yes)
|
||||
{
|
||||
settings.autoCheckUpdate = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue