mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
fixed conflict with apple libraries, langs support added to xcode project
This commit is contained in:
@@ -1600,7 +1600,7 @@ namespace App {
|
||||
case dbiLang: {
|
||||
qint32 v;
|
||||
configStream >> v;
|
||||
if (v == langTestlang || (v >= 0 && v < langCount)) {
|
||||
if (v == languageTestlang || (v >= 0 && v < languageCount)) {
|
||||
cSetLang(v);
|
||||
}
|
||||
} break;
|
||||
|
Reference in New Issue
Block a user