2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Improve layer / section exchange for Info.

This commit is contained in:
John Preston
2017-09-20 13:23:57 +03:00
parent b7077eb71d
commit f4d9618487
27 changed files with 426 additions and 214 deletions

View File

@@ -99,7 +99,7 @@ bool MainWindow::hideNoQuit() {
}
void MainWindow::clearWidgets() {
Ui::hideLayer(true);
Ui::hideLayer(anim::type::instant);
clearWidgetsHook();
updateGlobalMenu();
}