2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Beta version 1.5.7.

- Choose the emoji set you would like to use
in Settings > Chat Settings.
- Choose input and output devices for Telegram Calls
in Settings > Adavanced > Call Settings.
This commit is contained in:
John Preston
2019-01-11 14:50:19 +04:00
parent 0d290a2c28
commit 51b5b14dea
7 changed files with 31 additions and 18 deletions

View File

@@ -54,6 +54,14 @@ std::map<int, const char*> BetaLogs() {
"- Improved auto-download settings.\n"
"- Bug fixes and other minor improvements."
},
{
1005007,
"- Choose the emoji set you would like to use "
"in Settings > Chat Settings.\n"
"- Choose input and output devices for Telegram Calls "
"in Settings > Adavanced > Call Settings."
}
};
}