Skip to content

Commit

Permalink
UI|Client: Show the “X Quit” button after startup
Browse files Browse the repository at this point in the history
IssueID #2217
  • Loading branch information
skyjake committed Apr 11, 2017
1 parent b4785e5 commit cc651cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/apps/client/src/ui/clientwindow.cpp
Expand Up @@ -370,6 +370,8 @@ DENG2_PIMPL(ClientWindow)
{
taskBar->close();
}

Loop::get().timer(1.0, [this] () { showOrHideQuitButton(); });
}

void currentGameChanged(Game const &newGame)
Expand Down

0 comments on commit cc651cc

Please sign in to comment.