Can you turn off the intros of the open brush and move straight to the new sketch?

hi is there a way i can turn off the intros of the open brush and move straight to the new sketch funcitonality
5 Replies
andybak
andybak12mo ago
That happens automatically if you're in experimental mode. So you could just set that to be true by default?
Cross
Cross12mo ago
ok ishall try that
andybak
andybak12mo ago
it's probably this bit in App.cs:
else if (Config.IsExperimental)
{
OnIntroComplete();
PanelManager.m_Instance.ReviveFloatingPanelsForStartup();
}
else if (Config.IsExperimental)
{
OnIntroComplete();
PanelManager.m_Instance.ReviveFloatingPanelsForStartup();
}
Cross
Cross12mo ago
ok
Unknown User
Unknown User12mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts