mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
chore: change links
This commit is contained in:
@@ -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"),
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user