remove filename field in RsCollectionDialog when downloading a collection of links

This commit is contained in:
csoler 2017-11-02 22:46:53 +01:00
parent aa4c2090cf
commit 638160833c

View File

@ -152,6 +152,8 @@ RsCollectionDialog::RsCollectionDialog(const QString& collectionFileName
ui.headerFrame->setHeaderText(tr("Download files"));
ui.downloadFolder_LE->show();
ui.downloadFolder_LB->show();
ui.label_filename->hide();
ui._filename_TL->hide();
ui.downloadFolder_LE->setText(QString::fromUtf8(rsFiles->getDownloadDirectory().c_str())) ;