mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Detach ComposeControls from SessionController.
This commit is contained in:
@@ -2286,7 +2286,7 @@ void Widget::showSearchFrom() {
|
||||
}),
|
||||
crl::guard(this, [=] { _filter->setFocus(); }));
|
||||
if (box) {
|
||||
Window::Show(controller()).showBox(std::move(box));
|
||||
controller()->show(std::move(box));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user