2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Implement full theming of attachments in stories.

This commit is contained in:
John Preston
2023-05-18 17:46:24 +04:00
parent ae4d660c38
commit 2c5d990e1c
53 changed files with 1113 additions and 353 deletions

View File

@@ -1101,7 +1101,7 @@ void FileLoadTask::finish() {
} else if (_result->filesize > kFileSizePremiumLimit
|| (_result->filesize > kFileSizeLimit && !premium)) {
Ui::show(
Box(FileSizeLimitBox, session, _result->filesize),
Box(FileSizeLimitBox, session, _result->filesize, nullptr),
Ui::LayerOption::KeepOther);
removeFromAlbum();
} else {