2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add ability to archive/unarchive the chats.

This commit is contained in:
John Preston
2019-04-18 12:28:43 +04:00
parent c58f097535
commit 854870683b
17 changed files with 210 additions and 129 deletions

View File

@@ -620,6 +620,9 @@ void MainWindow::setInactivePress(bool inactive) {
}
}
MainWindow::~MainWindow() = default;
MainWindow::~MainWindow() {
// We want to delete all widgets before the _controller.
_body.destroy();
}
} // namespace Window