mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
fix: copy username
as @username
This commit is contained in:
parent
f95d674543
commit
21b73905d8
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ namespace {
|
||||||
auto settings = &AyuSettings::getInstance();
|
auto settings = &AyuSettings::getInstance();
|
||||||
if (!settings->copyUsernameAsLink)
|
if (!settings->copyUsernameAsLink)
|
||||||
{
|
{
|
||||||
link = '@' + peer->userName();
|
link = '@' + link.mid(13);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue