mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Removed the experimental status from the Orphaned data cleanup utility
This commit is contained in:
parent
12f7d103be
commit
2de8282f6a
|
@ -1657,7 +1657,7 @@ void GuiMenu::openUtilities()
|
||||||
|
|
||||||
ComponentListRow row;
|
ComponentListRow row;
|
||||||
|
|
||||||
row.addElement(std::make_shared<TextComponent>("ORPHANED DATA CLEANUP (EXPERIMENTAL)",
|
row.addElement(std::make_shared<TextComponent>("ORPHANED DATA CLEANUP",
|
||||||
Font::get(FONT_SIZE_MEDIUM), mMenuColorPrimary),
|
Font::get(FONT_SIZE_MEDIUM), mMenuColorPrimary),
|
||||||
true);
|
true);
|
||||||
row.addElement(mMenu.makeArrow(), false);
|
row.addElement(mMenu.makeArrow(), false);
|
||||||
|
|
Loading…
Reference in a new issue