Move Copy QR button to the left.

This commit is contained in:
John Preston 2021-02-23 18:55:14 +04:00
parent 16b4959e71
commit 61af510b7d

View file

@ -212,7 +212,7 @@ void QrBox(
st::boxLabel),
st::inviteLinkQrValuePadding);
box->addButton(
box->addLeftButton(
tr::lng_group_invite_context_copy(),
[=] { share(QrForShare(link)); });
}