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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user