mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55: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;
|
||||
|
||||
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),
|
||||
true);
|
||||
row.addElement(mMenu.makeArrow(), false);
|
||||
|
|
Loading…
Reference in a new issue