Skip to content

Commit

Permalink
UI|Task Bar: Show UI settings in the Config menu at all times
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 11, 2016
1 parent 8d75289 commit d5c3b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/widgets/taskbarwidget.cpp
Expand Up @@ -287,7 +287,7 @@ DENG_GUI_PIMPL(TaskBarWidget)
itemWidget(configMenu, POS_CONFIG_SEPARATOR) .show(!game.isNull());
itemWidget(configMenu, POS_AUDIO_SETTINGS) .show(!game.isNull());
itemWidget(configMenu, POS_INPUT_SETTINGS) .show(!game.isNull());
itemWidget(configMenu, POS_HOME_SETTINGS) .show(game.isNull());
//itemWidget(configMenu, POS_HOME_SETTINGS) .show(game.isNull());

if(self.hasRoot())
{
Expand Down

0 comments on commit d5c3b81

Please sign in to comment.