Returned ability to copy phone number from main settings.
This commit is contained in:
parent
94d943f3af
commit
6e8fb2ec06
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue