mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix verified icon in voice chat participants list.
This commit is contained in:
parent
a14db3e492
commit
0052c7938f
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue