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

Set (group) call window icon.

This commit is contained in:
Christian Hesse
2021-07-19 22:15:04 +02:00
committed by GitHub
parent 0a4b8fc7f6
commit b2c762e974
2 changed files with 0 additions and 4 deletions

View File

@@ -116,8 +116,6 @@ void Panel::replaceCall(not_null<Call*> call) {
void Panel::initWindow() {
window()->setAttribute(Qt::WA_OpaquePaintEvent);
window()->setAttribute(Qt::WA_NoSystemBackground);
window()->setWindowIcon(
QIcon(QPixmap::fromImage(Image::Empty()->original(), Qt::ColorOnly)));
window()->setTitle(_user->name);
window()->setTitleStyle(st::callTitle);