mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use layers and boxes from lib_ui.
This commit is contained in:
@@ -39,7 +39,7 @@ void ShowSearchFromBox(
|
||||
box->addButton(tr::lng_cancel(), [box, subscription] {
|
||||
box->closeBox();
|
||||
});
|
||||
}), LayerOption::KeepOther);
|
||||
}), Ui::LayerOption::KeepOther);
|
||||
box->boxClosing() | rpl::start_with_next(
|
||||
std::move(closedCallback),
|
||||
*subscription);
|
||||
|
Reference in New Issue
Block a user