Removed the experimental status for the theme downloader

This commit is contained in:
Leon Styhre 2023-04-29 11:47:37 +02:00
parent c83b1b9601
commit 1c30e23614

View file

@ -115,10 +115,10 @@ void GuiMenu::openUIOptions()
ComponentListRow themeDownloaderInputRow;
themeDownloaderInputRow.elements.clear();
themeDownloaderInputRow.addElement(
std::make_shared<TextComponent>("THEME DOWNLOADER (EXPERIMENTAL)",
Font::get(FONT_SIZE_MEDIUM), 0x777777FF),
true);
themeDownloaderInputRow.addElement(std::make_shared<TextComponent>("THEME DOWNLOADER",
Font::get(FONT_SIZE_MEDIUM),
0x777777FF),
true);
themeDownloaderInputRow.addElement(makeArrow(), false);
themeDownloaderInputRow.makeAcceptInputHandler(