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

Beta version 2.5.6.

- Press Up arrow to edit your last sent comment.
- Add more information to date tooltips
in Recent Actions and channel comments.
- Bug and crash fixes.
This commit is contained in:
John Preston
2021-01-22 19:00:11 +04:00
parent f90e13f8b1
commit 24f2ca7443
7 changed files with 30 additions and 15 deletions

View File

@@ -105,6 +105,15 @@ std::map<int, const char*> BetaLogs() {
"- Fix media viewer zoom and crashing.\n"
},
{
2005006,
"- Press Up arrow to edit your last sent comment.\n"
"- Add more information to date tooltips "
"in Recent Actions and channel comments.\n"
"- Bug and crash fixes.\n"
}
};
};