mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Use internal section stack in Info::WrapWidget.
This commit is contained in:
@@ -338,6 +338,15 @@ void MainWindow::showSpecialLayer(
|
||||
}
|
||||
}
|
||||
|
||||
bool MainWindow::showSectionInExistingLayer(
|
||||
not_null<Window::SectionMemento*> memento,
|
||||
const Window::SectionShow ¶ms) {
|
||||
if (_layerBg) {
|
||||
return _layerBg->showSectionInternal(memento, params);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void MainWindow::showMainMenu() {
|
||||
if (_passcode) return;
|
||||
|
||||
|
Reference in New Issue
Block a user