mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix verified icon in voice chat participants list.
This commit is contained in:
@@ -143,9 +143,6 @@ public:
|
|||||||
void addActionRipple(QPoint point, Fn<void()> updateCallback) override;
|
void addActionRipple(QPoint point, Fn<void()> updateCallback) override;
|
||||||
void stopLastActionRipple() override;
|
void stopLastActionRipple() override;
|
||||||
|
|
||||||
int nameIconWidth() const override {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
QSize actionSize() const override {
|
QSize actionSize() const override {
|
||||||
return QSize(
|
return QSize(
|
||||||
st::groupCallActiveButton.width,
|
st::groupCallActiveButton.width,
|
||||||
|
Reference in New Issue
Block a user