mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
parent
5e233dab47
commit
1963fca7d3
1 changed files with 3 additions and 1 deletions
|
@ -2706,7 +2706,9 @@ bool MainWidget::eventFilter(QObject *o, QEvent *e) {
|
|||
}
|
||||
} else if (e->type() == QEvent::MouseButtonPress) {
|
||||
if (static_cast<QMouseEvent*>(e)->button() == Qt::BackButton) {
|
||||
if (!Core::App().hideMediaView()) {
|
||||
handleHistoryBack();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
} else if (e->type() == QEvent::Wheel) {
|
||||
|
|
Loading…
Add table
Reference in a new issue