mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
fixed bug causing RsCollection to fail on remote files. Now using RsCollectionDialog when downloading directories from friend shared files
This commit is contained in:
parent
c0951b301e
commit
5997c10495
10 changed files with 83 additions and 53 deletions
|
@ -1027,12 +1027,12 @@ void MainWindow::addFriend()
|
|||
}
|
||||
|
||||
/** New RSCollection ShortCut */
|
||||
void MainWindow::newRsCollection()
|
||||
{
|
||||
std::vector <DirDetails> dirVec;
|
||||
|
||||
RsCollection(dirVec).openNewColl(this);
|
||||
}
|
||||
// void MainWindow::newRsCollection()
|
||||
// {
|
||||
// std::vector <DirDetails> dirVec;
|
||||
//
|
||||
// RsCollection(dirVec).openNewColl(this);
|
||||
// }
|
||||
|
||||
/** Shows Share Manager */
|
||||
void MainWindow::openShareManager()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue