Skip to content

Commit

Permalink
Merge branch 'bugfix/issue-1837/updater' into release
Browse files Browse the repository at this point in the history
Closes #1837
  • Loading branch information
phw198 committed May 19, 2024
2 parents f31c401 + dd9cc7a commit 3402752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutlookGoogleCalendarSync/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public Main(string startingTab = null) {
gbAppBehaviour_Proxy.MinimumSize =
gbAppBehaviour_Logging.MinimumSize = new System.Drawing.Size(0, 0);

Program.Updater.CheckForUpdate(btCheckForUpdate);
Program.Updater.CheckForUpdate();

if (startingTab != null && startingTab == "Help") this.tabApp.SelectedTab = this.tabPage_Help;

Expand Down

0 comments on commit 3402752

Please sign in to comment.