2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 07:05:13 +00:00

Beta version 1.5.16.

- Play video files and listen to received music
without waiting for them to download.
- Press CTRL+0 (CMD+0 on macOS) to jump to your Saved Messages.
This commit is contained in:
John Preston
2019-03-12 17:01:34 +04:00
parent aa1090a585
commit b8045cbcc7
7 changed files with 30 additions and 18 deletions

View File

@@ -62,6 +62,13 @@ std::map<int, const char*> BetaLogs() {
"- Choose input and output devices for Telegram Calls "
"in Settings > Adavanced > Call Settings."
},
{
1005016,
"- Play video files and listen to received music "
"without waiting for them to download.\n"
"- Press CTRL+0 (CMD+0 on macOS) to jump to your Saved Messages."
}
};
}