mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-14 10:24:51 +00:00
changelog added in 0.8.24
This commit is contained in:
parent
3a35b6c5fd
commit
7afda6dfc3
@ -642,7 +642,7 @@ void Application::checkMapVersion() {
|
||||
QString versionFeatures;
|
||||
if (DevChannel && Local::oldMapVersion() < 8023) {
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Improved sticker panel\n\xe2\x80\x94 Bug fixes and minor stuff");// .replace('@', qsl("@") + QChar(0x200D));
|
||||
} else if (!DevChannel && Local::oldMapVersion() < 8021) {
|
||||
} else if (!DevChannel && Local::oldMapVersion() < 8024) {
|
||||
versionFeatures = lang(lng_new_version_text).trimmed();
|
||||
}
|
||||
if (!versionFeatures.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user