1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-28 12:22:02 +00:00

Update language_option_page.cpp

This commit is contained in:
tiansongyu 2020-10-05 10:03:45 +08:00
parent 4b83f3b4b9
commit 7d805d31bf

View file

@ -6,7 +6,7 @@ using namespace lang::literals;
//this page is for language page
LanguageOptionPage::LanguageOptionPage() : AppletFrame(true, true)
{
{
this->setTitle("Language_Option"_lang);
list = new brls::List();