mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Fixed clickable online status in profile settings.
This commit is contained in:
parent
5cf5d4b4c4
commit
991fafb30e
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ void SetupPhoto(
|
||||||
wrap,
|
wrap,
|
||||||
StatusValue(self),
|
StatusValue(self),
|
||||||
st::settingsCoverStatus);
|
st::settingsCoverStatus);
|
||||||
|
status->setAttribute(Qt::WA_TransparentForMouseEvents);
|
||||||
rpl::combine(
|
rpl::combine(
|
||||||
wrap->widthValue(),
|
wrap->widthValue(),
|
||||||
photo->widthValue(),
|
photo->widthValue(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue