mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 18:21:53 +00: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