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

Update API scheme.

This commit is contained in:
John Preston
2018-08-20 14:31:40 +03:00
parent 34eb834d94
commit 5b88f4d3d2
10 changed files with 80 additions and 20 deletions

View File

@@ -1524,6 +1524,10 @@ QString Instance::cloudLangCode() const {
return Lang::Current().cloudLangCode();
}
QString Instance::langPackName() const {
return Lang::Current().langPackName();
}
void Instance::requestConfig() {
_private->requestConfig();
}