mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Un-focus chats search on empty history click.
This commit is contained in:
@@ -1180,10 +1180,8 @@ void MainWidget::setInnerFocus() {
|
||||
}
|
||||
} else if (_mainSection) {
|
||||
_mainSection->setInnerFocus();
|
||||
} else if (_history->peer() || !_thirdSection) {
|
||||
_history->setInnerFocus();
|
||||
} else {
|
||||
_thirdSection->setInnerFocus();
|
||||
_history->setInnerFocus();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user