mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 23:15:59 +00:00
langs improved for future translations, win version only for now
This commit is contained in:
@@ -993,8 +993,8 @@ void OverviewInner::mouseReleaseEvent(QMouseEvent *e) {
|
||||
}
|
||||
|
||||
void OverviewInner::keyPressEvent(QKeyEvent *e) {
|
||||
if (e->key() == Qt::Key_Escape) {
|
||||
if (_selected.isEmpty()) {
|
||||
if (e->key() == Qt::Key_Escape || e->key() == Qt::Key_Back) {
|
||||
if (_selected.isEmpty() || e->key() == Qt::Key_Back) {
|
||||
App::main()->showBackFromStack();
|
||||
} else {
|
||||
_overview->onClearSelected();
|
||||
|
Reference in New Issue
Block a user