mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-11 17:47:06 +00:00
changelog added to 0.7.14.dev
This commit is contained in:
parent
60370e370f
commit
27c69895ce
@ -708,8 +708,8 @@ void Application::startApp() {
|
|||||||
psRegisterCustomScheme();
|
psRegisterCustomScheme();
|
||||||
if (Local::oldMapVersion()) {
|
if (Local::oldMapVersion()) {
|
||||||
QString versionFeatures;
|
QString versionFeatures;
|
||||||
if (DevChannel && Local::oldMapVersion() < 7012) {
|
if (DevChannel && Local::oldMapVersion() < 7014) {
|
||||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Chat background settings translated");
|
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Moved to Qt 5.4.0 version, please check everything\n\xe2\x80\x94 Time values should be displayed like in your system\n\xe2\x80\x94 Linux: fixed keyboard shortcuts when not english keyboard layout");
|
||||||
} else if (!DevChannel && Local::oldMapVersion() < 7013) {
|
} else if (!DevChannel && Local::oldMapVersion() < 7013) {
|
||||||
versionFeatures = lang(lng_new_version7013).trimmed();
|
versionFeatures = lang(lng_new_version7013).trimmed();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user