mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-04 20:59:05 -04:00
remove filename field in RsCollectionDialog when downloading a collection of links
This commit is contained in:
parent
aa4c2090cf
commit
638160833c
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue