Skip to content

Commit

Permalink
Update PopupMenuManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Mar 20, 2024
1 parent 477c880 commit 74dae7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OWML.ModHelper.Menus/NewMenuSystem/PopupMenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ public static bool TryShowStartupPopups(TitleScreenManager __instance)
if (PopupMenuManager.PopupsToShow == null || PopupMenuManager.PopupsToShow.Count == 0)
{
__instance.TryShowStartupPopupsAndShowMenu(true);
return false;
}

PopupMenuManager.ActivePopup = PopupMenuManager.PopupsToShow.First();
Expand Down

0 comments on commit 74dae7b

Please sign in to comment.