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

Fix sending many files with a comment.

This commit is contained in:
John Preston
2020-10-17 12:51:55 +03:00
parent 85d08c8f52
commit bb4fdde616
15 changed files with 246 additions and 295 deletions

View File

@@ -919,7 +919,7 @@ bool ReadSetting(
if (!CheckStreamStatus(stream)) return false;
auto way = Ui::SendFilesWay();
way.setGroupMediaInAlbums(v == 1);
way.setGroupFiles(v == 1);
way.setSendImagesAsPhotos(v == 1);
Core::App().settings().setSendFilesWay(way);
context.legacyRead = true;