mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
changelog added in 0.8.24
This commit is contained in:
parent
3a35b6c5fd
commit
7afda6dfc3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue