From 61af510b7dae348b483e20e414a09f7e7511abe0 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 23 Feb 2021 18:55:14 +0400 Subject: [PATCH] Move Copy QR button to the left. --- Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp b/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp index 38dc102e3c..423448ea59 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp @@ -212,7 +212,7 @@ void QrBox( st::boxLabel), st::inviteLinkQrValuePadding); - box->addButton( + box->addLeftButton( tr::lng_group_invite_context_copy(), [=] { share(QrForShare(link)); }); }