2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Added ability to send modified images.

This commit is contained in:
23rd
2021-02-08 06:13:40 +03:00
parent 9d3d16a725
commit 4d72d20398
10 changed files with 97 additions and 10 deletions

View File

@@ -976,6 +976,9 @@ void SendFilesBox::send(
for (auto &block : _blocks) {
block.applyAlbumOrder();
}
Storage::ApplyModifications(_list);
_confirmed = true;
if (_confirmedCallback) {
auto caption = (_caption && !_caption->isHidden())