mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
not erasing clipboard when no links are selected
This commit is contained in:
parent
96a2f18571
commit
1447306d65
@ -1486,6 +1486,7 @@ void SearchDialog::copyResultLink()
|
||||
}
|
||||
}
|
||||
|
||||
if(!urls.empty())
|
||||
RSLinkClipboard::copyLinks(urls) ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user