Changed the description for the Grid view style from 'experimental' to 'deprecated'.

This commit is contained in:
Leon Styhre 2021-11-04 16:59:14 +01:00
parent 1f3e76389c
commit 4970fce113

View file

@ -129,7 +129,7 @@ void GuiMenu::openUIOptions()
gamelist_view_style->add("basic", "basic", selectedViewStyle == "basic");
gamelist_view_style->add("detailed", "detailed", selectedViewStyle == "detailed");
gamelist_view_style->add("video", "video", selectedViewStyle == "video");
gamelist_view_style->add("grid (experimental)", "grid", selectedViewStyle == "grid");
gamelist_view_style->add("grid (deprecated)", "grid", selectedViewStyle == "grid");
// If there are no objects returned, then there must be a manually modified entry in the
// configuration file. Simply set the view style to Automatic in this case.
if (gamelist_view_style->getSelectedObjects().size() == 0)