mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Preload chats in support switch.
This commit is contained in:
@@ -1685,6 +1685,14 @@ void Widget::updateForwardBar() {
|
||||
update();
|
||||
}
|
||||
|
||||
RowDescriptor Widget::resolveChatNext(RowDescriptor from) const {
|
||||
return _inner->resolveChatNext(from);
|
||||
}
|
||||
|
||||
RowDescriptor Widget::resolveChatPrevious(RowDescriptor from) const {
|
||||
return _inner->resolveChatPrevious(from);
|
||||
}
|
||||
|
||||
void Widget::keyPressEvent(QKeyEvent *e) {
|
||||
if (e->key() == Qt::Key_Escape) {
|
||||
if (_openedFolder) {
|
||||
|
Reference in New Issue
Block a user