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

Fix system window frame toggle on Linux.

This commit is contained in:
John Preston
2020-07-07 21:33:34 +04:00
parent f10b2194e6
commit b13b4a6b5c
3 changed files with 58 additions and 11 deletions

View File

@@ -641,6 +641,8 @@ void MainWindow::launchDrag(std::unique_ptr<QMimeData> data) {
}
}
MainWindow::~MainWindow() = default;
MainWindow::~MainWindow() {
_title.destroy();
}
} // namespace Window