mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-28 20:32:06 +00:00
fix code
This commit is contained in:
parent
79ef5aadd6
commit
4b83f3b4b9
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ ListDownloadTab::ListDownloadTab(archiveType type) :
|
||||||
else{
|
else{
|
||||||
notFound = new brls::Label(
|
notFound = new brls::Label(
|
||||||
brls::LabelStyle::DESCRIPTION,
|
brls::LabelStyle::DESCRIPTION,
|
||||||
"list_could_done",
|
"list_could_done"_lang,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
notFound->setHorizontalAlign(NVG_ALIGN_CENTER);
|
notFound->setHorizontalAlign(NVG_ALIGN_CENTER);
|
||||||
|
|
Loading…
Reference in a new issue