2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

crash report and show done for os x

This commit is contained in:
John Preston
2016-01-30 21:24:18 +03:00
parent 8eef239b45
commit 340246367d
18 changed files with 227 additions and 56 deletions

View File

@@ -212,7 +212,7 @@ void MaxInviteBox::mouseMoveEvent(QMouseEvent *e) {
void MaxInviteBox::mousePressEvent(QMouseEvent *e) {
mouseMoveEvent(e);
if (_linkOver) {
Sandboxer::setClipboardText(_link);
Application::clipboard()->setText(_link);
_goodTextLink = lang(lng_create_channel_link_copied);
a_goodOpacity = anim::fvalue(1, 0);
_a_good.start();