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