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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user