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