No description
Find a file
Alexander Bushnev 3af0c37c6b Fix video player volume level changing
Bug:
Sometimes changing of the volume level or mute/unmute has no effect.
It happens because Fader::onTimer get a current volume level from the Mixer,
but it gets an event about the volume modification from the settings.
Bug appear when the method onTimer calling between updating
of the settings and the Mixer volume.

Solution:
Updating the Mixer volume before the settings.
(maybe will be better to get the volume level
from the settings in place of the Mixer,
but I am not sure about other side effects of this)
2021-06-09 08:18:49 +03:00
.github Fixed Github CI Windows build. 2021-06-04 11:47:32 +03:00
cmake@bcc0ac15f4 Fix build with LTO 2021-05-19 12:26:07 +03:00
docs Fixed Github CI macOS build. 2021-06-04 11:47:32 +03:00
lib/xdg Add tag launchable into linux appdata 2020-03-13 11:01:54 +04:00
snap Update tg_owt in snap 2021-06-04 11:47:01 +03:00
Telegram Fix video player volume level changing 2021-06-09 08:18:49 +03:00
.gitattributes Update lottie icons in voice chats. 2021-04-12 10:48:16 +04:00
.gitignore added CLion-generated files to .gitignore 2021-04-14 08:50:32 +03:00
.gitmodules Use mallocng on Linux 2021-05-17 10:35:18 +03:00
changelog.txt Beta version 2.7.6. 2021-05-31 21:30:21 +04:00
CMakeLists.txt Remove mapbox::variant dependency. 2020-09-29 19:03:22 +03:00
LEGAL Update copyright year to 2021. 2021-01-04 11:24:32 +04:00
LICENSE Add single LEGAL file with license and copyright. 2018-01-03 13:04:34 +03:00
README.md Actual link to Vazir Fonts license in README 2021-06-09 08:17:53 +03:00

Telegram Desktop Official Messenger

This is the complete source code and the build instructions for the alpha version of the official desktop client for the Telegram messenger, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build Status Build Status

Preview of Telegram Desktop

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

The latest version is available for

Old system versions

Version 2.4.4 was the last that supports older systems

Version 1.8.15 was the last that supports older systems

Third-party

Build instructions