mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Layers show/hide rewritten, animated show over mainmenu and settings.
This commit is contained in:
@@ -64,6 +64,9 @@ void InnerWidget::refreshBlocks() {
|
||||
}
|
||||
_blocks.clear();
|
||||
|
||||
if (App::quitting()) {
|
||||
return;
|
||||
}
|
||||
if (_self) {
|
||||
_cover = new CoverWidget(this, _self);
|
||||
_blocks.push_back(new InfoWidget(this, _self));
|
||||
|
Reference in New Issue
Block a user