Don't nag for updating every boot
This commit is contained in:
parent
916aeab313
commit
feea29f3be
@ -189,13 +189,6 @@ namespace Toolbox
|
||||
{
|
||||
updateToolstrip.Enabled = true;
|
||||
UsePrompt = false;
|
||||
|
||||
// Shows an on-screen message that updates are available
|
||||
DialogResult result = MessageBox.Show("Updates are available. Do you want to update now?", "Update Available", MessageBoxButtons.YesNo);
|
||||
if (result == DialogResult.Yes)
|
||||
{
|
||||
UpdateNotifcationClick();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user