mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Move Copy QR button to the left.
This commit is contained in:
parent
16b4959e71
commit
61af510b7d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ void QrBox(
|
|||
st::boxLabel),
|
||||
st::inviteLinkQrValuePadding);
|
||||
|
||||
box->addButton(
|
||||
box->addLeftButton(
|
||||
tr::lng_group_invite_context_copy(),
|
||||
[=] { share(QrForShare(link)); });
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue