mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Move some chat styles from basic.style to chat.style.
This commit is contained in:
@@ -352,7 +352,10 @@ const Ui::Text::String &FakeRow::name() const {
|
||||
? _item->displayFrom()
|
||||
: nullptr;
|
||||
const auto peer = from ? from : _item->history()->peer.get();
|
||||
_name.setText(st::msgNameStyle, peer->name(), Ui::NameTextOptions());
|
||||
_name.setText(
|
||||
st::semiboldTextStyle,
|
||||
peer->name(),
|
||||
Ui::NameTextOptions());
|
||||
}
|
||||
return _name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user