Skip to content

Commit

Permalink
Always skip intro in monoscopic mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Mar 28, 2024
1 parent b87a19a commit 7aff104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ void Update()
{
OnIntroComplete();
}
else if (Config.IsExperimental)
else if (UserConfig.Flags.EnableMonoscopicMode || Config.IsExperimental)
{
OnIntroComplete();
PanelManager.m_Instance.ReviveFloatingPanelsForStartup();
Expand Down

0 comments on commit 7aff104

Please sign in to comment.