2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Beta version 2.1.18.

- Fix a possible crash in Picture-in-Picture video player.
- Fix copying links from message texts.
- Allow using system window frame in Windows and Linux.
This commit is contained in:
John Preston
2020-07-08 09:41:20 +04:00
parent 9997af1e8b
commit c9ebe28fc1
7 changed files with 30 additions and 16 deletions

View File

@@ -60,7 +60,15 @@ std::map<int, const char*> BetaLogs() {
"- Fix high definition GIF animations opening in media viewer.\n"
"- Multiple crash fixes."
}
},
{
2001018,
"- Fix a possible crash in Picture-in-Picture video player.\n"
"- Fix copying links from message texts.\n"
"- Allow using system window frame in Windows and Linux."
},
};
};