Skip to content

Commit

Permalink
UI|Client: Added data file settings as a Mods tab menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 12, 2017
1 parent 114ccaf commit fcf39fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/apps/client/src/ui/home/packagescolumnwidget.cpp
Expand Up @@ -110,7 +110,8 @@ DENG_GUI_PIMPL(PackagesColumnWidget)
menu->items()
<< new ui::ActionItem(tr("Install Mods..."),
new CallbackAction([this] () { openRepositoryBrowser(); }))
<< new ui::SubwidgetItem(tr("Settings"), ui::Left, makePopup<DataFileSettingsDialog>)
<< new ui::SubwidgetItem(ui::Item::ShownAsButton | ui::Item::ClosesParentPopup,
tr("Settings"), ui::Left, makePopup<DataFileSettingsDialog>)
<< new ui::Item(ui::Item::Separator)
<< new ui::ActionItem(tr("Refresh List"),
new CallbackAction([this] () { packages->refreshPackages(); }));
Expand Down

0 comments on commit fcf39fe

Please sign in to comment.