mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-18 21:21:27 +00:00
Fixed changelog for alpha and beta in 0.9.49 version.
This commit is contained in:
parent
c2a5ab0c5a
commit
895facbcdd
@ -1032,8 +1032,8 @@ void AppClass::checkMapVersion() {
|
||||
if (Local::oldMapVersion()) {
|
||||
QString versionFeatures;
|
||||
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9049) {
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened");
|
||||
// versionFeatures = langNewVersionText();
|
||||
// versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened");
|
||||
versionFeatures = langNewVersionText();
|
||||
} else if (Local::oldMapVersion() < 9049) {
|
||||
versionFeatures = langNewVersionText();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user