Removed the experimental status from the Orphaned data cleanup utility

This commit is contained in:
Leon Styhre 2023-10-20 17:44:05 +02:00
parent 12f7d103be
commit 2de8282f6a

View file

@ -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);