2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

0.9.21 dev version - fix unicode paths to working file + new layout for wide windows

This commit is contained in:
John Preston
2016-02-09 23:56:50 +03:00
parent 7b855a661a
commit 19d395a946
6 changed files with 17 additions and 17 deletions

View File

@@ -1051,7 +1051,7 @@ void AppClass::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if (cDevVersion() && Local::oldMapVersion() < 9020) {
if ((cDevVersion() || cBetaVersion()) && Local::oldMapVersion() < 9020) {
if (cPlatform() == dbipMac || cPlatform() == dbipMacOld) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Testing new crash reporting system\n\xe2\x80\x94 Conversation history is centered in wide windows\n\xe2\x80\x94 New cute link and timestamp tooltips design\n\xe2\x80\x94 Bug fixes and other minor improvements");// .replace('@', qsl("@") + QChar(0x200D));
} else {