2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Try to open localized changelog.

This commit is contained in:
John Preston
2021-02-04 20:42:32 +04:00
parent d782ea63f8
commit e8affa85b0
5 changed files with 38 additions and 3 deletions

View File

@@ -185,7 +185,7 @@ void Changelogs::addLocalLogs() {
lt_changes,
tr::lng_new_version_minor(tr::now),
lt_link,
qsl("https://desktop.telegram.org/changelog"));
Core::App().changelogLink());
addLocalLog(text.trimmed());
}
}