ui: Fixed start screen not vanishing when opening project on double click on Mac
This commit is contained in:
@@ -249,6 +249,10 @@ void QtMainWindow::loadWindow(bool showStartWindow)
|
||||
{
|
||||
if (m_loaded)
|
||||
{
|
||||
if (!showStartWindow)
|
||||
{
|
||||
hideStartScreen();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user