mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Boxes redesigned. Common groups moved to Shared Media.
Also transparent images sending fixed.
This commit is contained in:
@@ -68,7 +68,7 @@ void InnerWidget::refreshBlocks() {
|
||||
return;
|
||||
}
|
||||
if (_self) {
|
||||
_cover = new CoverWidget(this, _self);
|
||||
_cover.create(this, _self);
|
||||
_blocks.push_back(new InfoWidget(this, _self));
|
||||
_blocks.push_back(new NotificationsWidget(this, _self));
|
||||
}
|
||||
|
Reference in New Issue
Block a user