mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-13 23:13:32 +00:00
Added method to Window::Controller to show custom layer widget.
This commit is contained in:
@@ -1206,7 +1206,7 @@ void SessionController::showLayer(
|
||||
std::unique_ptr<Ui::LayerWidget> &&layer,
|
||||
Ui::LayerOptions options,
|
||||
anim::type animated) {
|
||||
widget()->showLayer(std::move(layer), options, animated);
|
||||
_window->showLayer(std::move(layer), options, animated);
|
||||
}
|
||||
|
||||
void SessionController::removeLayerBlackout() {
|
||||
|
||||
Reference in New Issue
Block a user