mirror of https://github.com/procxx/kepka.git
Fix switch-to-filter in single column mode.
This commit is contained in:
parent
1de9352f3a
commit
b42ba1a7a3
|
@ -779,6 +779,9 @@ void SessionController::setActiveChatsFilter(FilterId id) {
|
||||||
if (id) {
|
if (id) {
|
||||||
closeFolder();
|
closeFolder();
|
||||||
}
|
}
|
||||||
|
if (Adaptive::OneColumn()) {
|
||||||
|
Ui::showChatsList();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SessionController::~SessionController() = default;
|
SessionController::~SessionController() = default;
|
||||||
|
|
Loading…
Reference in New Issue