Skip to content

Commit

Permalink
Tutorial: Delay tutorial autostart a little
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 10, 2014
1 parent ca078dc commit 2fcc774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/src/ui/clientwindow.cpp
Expand Up @@ -271,8 +271,8 @@ DENG2_PIMPL(ClientWindow)
if(!App::config().getb("tutorial.shown", false))
{
App::config().set("tutorial.shown", true);

taskBar->showTutorial();
LOG_NOTE("Starting tutorial (not shown before)");
QTimer::singleShot(500, taskBar, SLOT(showTutorial()));
}
}

Expand Down

0 comments on commit 2fcc774

Please sign in to comment.