chore: change links

This commit is contained in:
AlexeyZavar
2025-05-20 22:59:22 +03:00
parent 3a9899529a
commit 3c7f3e8740
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -58,12 +58,12 @@ void AboutBox::prepare() {
addButton(tr::lng_close(), [this] { closeBox(); });
addLeftButton(
rpl::single(QString("@ayugramchat")),
rpl::single(QString("@AyuGramReleases")),
[this, controller = _controller]
{
closeBox();
controller->showPeerByLink(Window::PeerByLinkInfo{
.usernameOrId = QString("ayugramchat"),
.usernameOrId = QString("ayugramreleases"),
});
});