From 1c30e23614fda675dc19e9ee3513d63b2aeb937e Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 29 Apr 2023 11:47:37 +0200 Subject: [PATCH] Removed the experimental status for the theme downloader --- es-app/src/guis/GuiMenu.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index cf2e382de..08113e275 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -115,10 +115,10 @@ void GuiMenu::openUIOptions() ComponentListRow themeDownloaderInputRow; themeDownloaderInputRow.elements.clear(); - themeDownloaderInputRow.addElement( - std::make_shared("THEME DOWNLOADER (EXPERIMENTAL)", - Font::get(FONT_SIZE_MEDIUM), 0x777777FF), - true); + themeDownloaderInputRow.addElement(std::make_shared("THEME DOWNLOADER", + Font::get(FONT_SIZE_MEDIUM), + 0x777777FF), + true); themeDownloaderInputRow.addElement(makeArrow(), false); themeDownloaderInputRow.makeAcceptInputHandler(