From a8539cc20fa70b9a2bec9a8d18d0679170cfa852 Mon Sep 17 00:00:00 2001 From: flb Date: Sat, 6 Feb 2021 21:08:51 +0100 Subject: [PATCH] fixed submodule remote --- source/list_download_tab.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/list_download_tab.cpp b/source/list_download_tab.cpp index 2611984..508f5d6 100644 --- a/source/list_download_tab.cpp +++ b/source/list_download_tab.cpp @@ -95,6 +95,16 @@ ListDownloadTab::ListDownloadTab(archiveType type) : } + else{ + notFound = new brls::Label( + brls::LabelStyle::DESCRIPTION, + "menus/list_could_done"_i18n , + true + ); + notFound->setHorizontalAlign(NVG_ALIGN_CENTER); + this->addView(notFound); + } + if(type == cheats){ cheatSlipLabel = new brls::Label( brls::LabelStyle::DESCRIPTION, @@ -158,16 +168,6 @@ ListDownloadTab::ListDownloadTab(archiveType type) : this->addView(cheatslipsItem); } - else{ - notFound = new brls::Label( - brls::LabelStyle::DESCRIPTION, - "menus/list_could_done"_i18n , - true - ); - notFound->setHorizontalAlign(NVG_ALIGN_CENTER); - this->addView(notFound); - } - } ListDownloadTab::~ListDownloadTab(){