diff --git a/UI/Forms/frmMain.cs b/UI/Forms/frmMain.cs index d6a38f9..eaf8407 100644 --- a/UI/Forms/frmMain.cs +++ b/UI/Forms/frmMain.cs @@ -81,6 +81,10 @@ namespace Mesen.GUI.Forms ctrlRecentGames.Visible = true; } + if(ConfigManager.Config.Preferences.AutomaticallyCheckForUpdates) { + UpdateHelper.CheckForUpdates(true); + } + this.Resize += frmMain_Resize; }