Fixed search field not being focused on popup open (#2540)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Iulian Onofrei 2021-04-11 16:37:53 +03:00 committed by GitHub
parent 06ec230759
commit 8779303845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -83,6 +83,7 @@
- Bugfix: Fix anonymous users being pinged by "username" justinfan64537 (#2156, #2352)
- Bugfix: Fixed hidden tooltips when always on top is active (#2384)
- Bugfix: Fix CLI arguments (`--help`, `--version`, `--channels`) not being respected (#2368, #2190)
- Bugfix: Fixed search field not being focused on popup open (#2540)
- Bugfix: Fix Twitch cheer emotes not displaying tooltips when hovered (#2434, #2503)
- Bugfix: Fix BTTV/FFZ channel emotes saying unknown error when no emotes found (#2542)
- Bugfix: Fix directory not opening when clicking "Open AppData Directory" setting button on macOS (#2531, #2537)

View file

@ -155,6 +155,8 @@ void SearchPopup::initLayout()
this->setLayout(layout1);
}
this->searchInput_->setFocus();
}
std::vector<std::unique_ptr<MessagePredicate>> SearchPopup::parsePredicates(