Skip to content

Commit

Permalink
UI|Task Bar: Task bar is closed by default
Browse files Browse the repository at this point in the history
Should launch into Home screen without any additional advanced features
visible.
  • Loading branch information
skyjake committed Aug 24, 2015
1 parent 8fdee79 commit c42cc6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/apps/client/src/ui/clientwindow.cpp
Expand Up @@ -331,6 +331,10 @@ DENG2_PIMPL(ClientWindow)
LOG_NOTE("Starting tutorial (not shown before)");
QTimer::singleShot(500, taskBar, SLOT(showTutorial()));
}
else
{
taskBar->close();
}
}

void gameReadinessUpdated()
Expand Down

0 comments on commit c42cc6f

Please sign in to comment.