2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Paint native title instead of using custom.

This commit is contained in:
John Preston
2017-11-15 16:46:34 +04:00
parent 4e1b94d37d
commit 7fdeab829f
7 changed files with 162 additions and 15 deletions

View File

@@ -173,6 +173,7 @@ void MainWindow::handleActiveChanged() {
}
App::CallDelayed(1, this, [this] {
updateTrayMenu();
handleActiveChangedHook();
});
}