mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 04:23:09 +00:00
Don't nag for updating every boot
This commit is contained in:
parent
916aeab313
commit
feea29f3be
1 changed files with 0 additions and 7 deletions
|
@ -189,13 +189,6 @@ namespace Toolbox
|
||||||
{
|
{
|
||||||
updateToolstrip.Enabled = true;
|
updateToolstrip.Enabled = true;
|
||||||
UsePrompt = false;
|
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 a new issue