2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Show participant names in narrow column.

This commit is contained in:
John Preston
2021-05-07 13:55:46 +04:00
parent 8001efe6ab
commit 801435e57c
8 changed files with 191 additions and 29 deletions

View File

@@ -122,7 +122,7 @@ public:
bool actionSelected) {
}
void refreshName(const style::PeerListItem &st);
virtual void refreshName(const style::PeerListItem &st);
const Ui::Text::String &name() const {
return _name;
}