2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

language checking added

This commit is contained in:
John Preston
2015-01-06 14:13:43 +03:00
parent f560364f30
commit 3623cf8644
6 changed files with 48 additions and 19 deletions

View File

@@ -705,9 +705,9 @@ void Application::startApp() {
}
}
if (!cLangErrors().isEmpty()) {
window->showLayer(new ConfirmBox("Custom lang failed :(\n\nError: " + cLangErrors(), true, lang(lng_close)));
}
// if (!cLangErrors().isEmpty()) {
// window->showLayer(new ConfirmBox("Custom lang failed :(\n\nError: " + cLangErrors(), true, lang(lng_close)));
// }
}
void Application::socketDisconnected() {