mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-15 19:47:03 +00:00
Alpha 1.0.23: Fix changelog message.
This commit is contained in:
parent
8c06b08f30
commit
b2ac84c8c6
@ -637,7 +637,7 @@ void Messenger::checkMapVersion() {
|
||||
if (Local::oldMapVersion() < AppVersion) {
|
||||
if (Local::oldMapVersion()) {
|
||||
QString versionFeatures;
|
||||
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000021) {
|
||||
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000023) {
|
||||
versionFeatures = QString::fromUtf8("\xE2\x80\x94 Edit list of blocked users in Settings.");
|
||||
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000012) {
|
||||
versionFeatures = langNewVersionText();
|
||||
|
Loading…
Reference in New Issue
Block a user