mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add support for requesting deep link info.
Also update API scheme. Also remove auth.checkPhone requests.
This commit is contained in:
@@ -208,6 +208,12 @@ void Widget::refreshLang() {
|
||||
update();
|
||||
}
|
||||
|
||||
void Widget::scrollToUpdateRow() {
|
||||
if (const auto top = _inner->getUpdateTop(); top >= 0) {
|
||||
scrollToY(top);
|
||||
}
|
||||
}
|
||||
|
||||
void Widget::keyPressEvent(QKeyEvent *e) {
|
||||
codesFeedString(e->text());
|
||||
return LayerWidget::keyPressEvent(e);
|
||||
|
Reference in New Issue
Block a user