mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 08:35:21 +00:00
non clickable mention in changelog
This commit is contained in:
@@ -656,7 +656,7 @@ void Application::checkMapVersion() {
|
|||||||
if (DevChannel && Local::oldMapVersion() < 7022) {
|
if (DevChannel && Local::oldMapVersion() < 7022) {
|
||||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Critical bug with messages delivery fixed");
|
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Critical bug with messages delivery fixed");
|
||||||
} else if (!DevChannel && Local::oldMapVersion() < 7023) {
|
} else if (!DevChannel && Local::oldMapVersion() < 7023) {
|
||||||
versionFeatures = lang(lng_new_version7022).trimmed();
|
versionFeatures = lang(lng_new_version7022).trimmed().replace('@', qsl("@") + QChar(0x200D));
|
||||||
}
|
}
|
||||||
if (!versionFeatures.isEmpty()) {
|
if (!versionFeatures.isEmpty()) {
|
||||||
versionFeatures = lng_new_version_wrap(lt_version, QString::fromStdWString(AppVersionStr), lt_changes, versionFeatures, lt_link, qsl("https://desktop.telegram.org/#changelog"));
|
versionFeatures = lng_new_version_wrap(lt_version, QString::fromStdWString(AppVersionStr), lt_changes, versionFeatures, lt_link, qsl("https://desktop.telegram.org/#changelog"));
|
||||||
|
Reference in New Issue
Block a user