mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Parse and apply cloud filters.
This commit is contained in:
@@ -1574,6 +1574,8 @@ void Widget::keyPressEvent(QKeyEvent *e) {
|
||||
if (e->key() == Qt::Key_Escape) {
|
||||
if (_openedFolder) {
|
||||
controller()->closeFolder();
|
||||
} else if (_inner->filterId()) {
|
||||
_inner->closeFilter();
|
||||
} else {
|
||||
e->ignore();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user