mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Beta version 1.7.11.
- Use strikethrough and underline formatting. - Bug fixes and other minor improvements.
This commit is contained in:
@@ -45,9 +45,15 @@ std::map<int, const char*> BetaLogs() {
|
||||
|
||||
"\xE2\x80\xA2 Apply formatting to selected text parts "
|
||||
"from the MacBook Pro TouchBar."
|
||||
},
|
||||
{
|
||||
1007011,
|
||||
"\xE2\x80\xA2 Use strikethrough and underline formatting.\n"
|
||||
|
||||
"\xE2\x80\xA2 Bug fixes and other minor improvements."
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
QString FormatVersionDisplay(int version) {
|
||||
return QString::number(version / 1000000)
|
||||
|
Reference in New Issue
Block a user