Hide the splash earlier in kicad

This commit is contained in:
Marek Roszko 2023-09-04 08:32:40 -04:00
parent fe0fb92441
commit f6951c3ce0
1 changed files with 1 additions and 2 deletions

View File

@ -246,6 +246,7 @@ bool PGM_KICAD::OnPgmInit()
wxString projToLoad;
HideSplash();
if( playerFrame && parser.GetParamCount() )
{
@ -353,8 +354,6 @@ bool PGM_KICAD::OnPgmInit()
frame->Show( true );
frame->Raise();
HideSplash();
return true;
}