mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Changed the description for the Grid view style from 'experimental' to 'deprecated'.
This commit is contained in:
parent
1f3e76389c
commit
4970fce113
|
@ -129,7 +129,7 @@ void GuiMenu::openUIOptions()
|
||||||
gamelist_view_style->add("basic", "basic", selectedViewStyle == "basic");
|
gamelist_view_style->add("basic", "basic", selectedViewStyle == "basic");
|
||||||
gamelist_view_style->add("detailed", "detailed", selectedViewStyle == "detailed");
|
gamelist_view_style->add("detailed", "detailed", selectedViewStyle == "detailed");
|
||||||
gamelist_view_style->add("video", "video", selectedViewStyle == "video");
|
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
|
// 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.
|
// configuration file. Simply set the view style to Automatic in this case.
|
||||||
if (gamelist_view_style->getSelectedObjects().size() == 0)
|
if (gamelist_view_style->getSelectedObjects().size() == 0)
|
||||||
|
|
Loading…
Reference in a new issue