mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
remove filename field in RsCollectionDialog when downloading a collection of links
This commit is contained in:
parent
aa4c2090cf
commit
638160833c
@ -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())) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user