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

Beta version 3.2.7.

- Active sessions list redesign.
- Fix disappearing emoji selector button.
- Fix a crash in archived stickers loading.
- Fix a crash in calls to old Telegram versions.
This commit is contained in:
John Preston
2021-11-30 22:43:22 +04:00
parent 28eb2f1a91
commit 60a95df652
7 changed files with 32 additions and 15 deletions

View File

@@ -131,6 +131,16 @@ std::map<int, const char*> BetaLogs() {
"- Give a custom name to your desktop session "
"to distinguish it in the sessions list.\n"
},
{
3002007,
"- Active sessions list redesign.\n"
"- Fix disappearing emoji selector button.\n"
"- Fix a crash in archived stickers loading.\n"
"- Fix a crash in calls to old Telegram versions.\n"
}
};
};