mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-12 06:33:59 +00:00
Redirected chat list typing to search field in screen reader mode.
This commit is contained in:
committed by
John Preston
parent
d842777f28
commit
0152fa2aaa
@@ -4240,7 +4240,7 @@ bool Widget::redirectToSearchPossible() const {
|
||||
&& !_childList
|
||||
&& _search->isVisible()
|
||||
&& !_search->hasFocus()
|
||||
&& hasFocus();
|
||||
&& (hasFocus() || _inner->hasFocus());
|
||||
}
|
||||
|
||||
bool Widget::redirectKeyToSearch(QKeyEvent *e) const {
|
||||
|
||||
Reference in New Issue
Block a user