mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Removed the experimental status for the theme downloader
This commit is contained in:
parent
c83b1b9601
commit
1c30e23614
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue