mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
photos overview blur, multimonitor photoview fix, os x file dialog default path
This commit is contained in:
@@ -870,7 +870,7 @@ QString HistoryList::getSelectedText() const {
|
||||
void HistoryList::keyPressEvent(QKeyEvent *e) {
|
||||
if (e->key() == Qt::Key_Escape) {
|
||||
historyWidget->onClearSelected();
|
||||
} else if (e == QKeySequence::Copy && !_selected.isEmpty() && _selected.cbegin().value() != FullItemSel) {
|
||||
} else if (e == QKeySequence::Copy && !_selected.isEmpty()) {
|
||||
copySelectedText();
|
||||
} else if (e == QKeySequence::Delete) {
|
||||
historyWidget->onDeleteSelected();
|
||||
|
Reference in New Issue
Block a user