get the share button usable for copy the rs link

This commit is contained in:
defnax 2020-01-14 23:22:01 +01:00
parent ca60e1d094
commit c1efdac7f6
4 changed files with 48 additions and 4 deletions

View file

@ -605,6 +605,8 @@ void PostedItem::viewPicture()
PView->setTitle(messageName());
PView->setName(authorID);
PView->setTime(timestamp);
PView->setGroupId(groupId());
PView->setMessageId(mMessageId);
PView->show();