mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-21 02:41:34 +00:00
Remove change language link for secondary account.
This commit is contained in:
parent
90f7f482ee
commit
711fcc2e11
@ -220,7 +220,8 @@ void Widget::handleUpdate(const MTPUpdate &update) {
|
||||
}
|
||||
|
||||
void Widget::createLanguageLink() {
|
||||
if (_changeLanguage) {
|
||||
if (_changeLanguage
|
||||
|| Core::App().domain().maybeLastOrSomeAuthedAccount()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user