libraryWidget: Don't hide "Recently added" label

This commit is contained in:
Nicolas Mailloux 2021-12-26 23:38:03 -05:00
parent 20980325de
commit c0bc2bd19f

View file

@ -13,7 +13,6 @@ libraryWidget::libraryWidget(QWidget *parent) :
ui(new Ui::libraryWidget)
{
ui->setupUi(this);
ui->recentlyAddedLabel->hide();
ui->booksStackedWidget->hide();
QString family;
@ -121,7 +120,6 @@ libraryWidget::~libraryWidget()
}
void libraryWidget::setupView() {
ui->recentlyAddedLabel->show();
ui->booksStackedWidget->show();
stdIconWidth = sW / 5.5;