Updates: Check for updates on startup if the option is enabled
This commit is contained in:
parent
28a02a464d
commit
23b6ca9e64
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ namespace Mesen.GUI.Forms
|
||||||
ctrlRecentGames.Visible = true;
|
ctrlRecentGames.Visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(ConfigManager.Config.Preferences.AutomaticallyCheckForUpdates) {
|
||||||
|
UpdateHelper.CheckForUpdates(true);
|
||||||
|
}
|
||||||
|
|
||||||
this.Resize += frmMain_Resize;
|
this.Resize += frmMain_Resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue