2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Beta version 4.2.2.

- Fix crash in spoiler revealing in media captions.
- Fix spoiler revealing in media viewer captions.
- Fix crash in folder editing on Linux.
This commit is contained in:
John Preston
2022-09-23 23:50:37 +04:00
parent bcfe4ac4a3
commit 43bdfbf170
7 changed files with 29 additions and 15 deletions

View File

@@ -68,6 +68,14 @@ std::map<int, const char*> BetaLogs() {
"- Improve touch support in channel comments.\n"
"- Nice animation for spoilers.\n"
},
{
4002002,
"- Fix crash in spoiler revealing in media captions.\n"
"- Fix spoiler revealing in media viewer captions.\n"
"- Fix crash in folder editing on Linux.\n"
}
};
};