mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 06:50:40 -04:00
not erasing clipboard when no links are selected
This commit is contained in:
parent
96a2f18571
commit
1447306d65
1 changed files with 2 additions and 1 deletions
|
@ -1486,7 +1486,8 @@ void SearchDialog::copyResultLink()
|
|||
}
|
||||
}
|
||||
|
||||
RSLinkClipboard::copyLinks(urls) ;
|
||||
if(!urls.empty())
|
||||
RSLinkClipboard::copyLinks(urls) ;
|
||||
}
|
||||
|
||||
void SearchDialog::sendLinkTo( )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue