mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Returned ability to copy phone number from main settings.
This commit is contained in:
@@ -115,6 +115,9 @@ Cover::Cover(
|
|||||||
_name->setSelectable(true);
|
_name->setSelectable(true);
|
||||||
_name->setContextCopyText(tr::lng_profile_copy_fullname(tr::now));
|
_name->setContextCopyText(tr::lng_profile_copy_fullname(tr::now));
|
||||||
|
|
||||||
|
_phone->setSelectable(true);
|
||||||
|
_phone->setContextCopyText(tr::lng_profile_copy_phone(tr::now));
|
||||||
|
|
||||||
initViewers();
|
initViewers();
|
||||||
setupChildGeometry();
|
setupChildGeometry();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user