mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fixed formatting of some internal links.
This commit is contained in:
@@ -1530,10 +1530,8 @@ RevokePublicLinkBox::Inner::Inner(
|
||||
Ui::NameTextOptions());
|
||||
row.status.setMarkedText(
|
||||
st::defaultTextStyle,
|
||||
Ui::Text::Link(
|
||||
peer->userName(),
|
||||
_session->createInternalLink(peer->userName())),
|
||||
Ui::DialogTextOptions());
|
||||
_session->createInternalLink(
|
||||
Ui::Text::Link(peer->userName())));
|
||||
_rows.push_back(std::move(row));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user