From 2de8282f6a5feaf86424b1175154c5fc2585f70a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 20 Oct 2023 17:44:05 +0200 Subject: [PATCH] Removed the experimental status from the Orphaned data cleanup utility --- es-app/src/guis/GuiMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index 8b0606a1f..d90f04edc 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -1657,7 +1657,7 @@ void GuiMenu::openUtilities() ComponentListRow row; - row.addElement(std::make_shared("ORPHANED DATA CLEANUP (EXPERIMENTAL)", + row.addElement(std::make_shared("ORPHANED DATA CLEANUP", Font::get(FONT_SIZE_MEDIUM), mMenuColorPrimary), true); row.addElement(mMenu.makeArrow(), false);