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

Support selecting Webm stickers.

This commit is contained in:
John Preston
2022-01-21 18:00:13 +03:00
parent 044c7f3ce9
commit 2f9c39fe53
5 changed files with 26 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ void SaveValidVideoInformation(
to.size = from.size;
to.cover = std::move(from.cover);
to.rotation = from.rotation;
to.alpha = from.alpha;
}
void SaveValidStartInformation(Information &to, Information &&from) {