mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
language checking added
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user