mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
window title for call window
Having an empty window title brings different issues, for example: * invisible on task bar * invisible in task switcher * apply properties by match * ... So let's use the contact user name for window title. Fixes #10243
This commit is contained in:
parent
df9e9a9d75
commit
3d1a049405
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ void Panel::initWindow() {
|
|||
window()->setAttribute(Qt::WA_NoSystemBackground);
|
||||
window()->setWindowIcon(
|
||||
QIcon(QPixmap::fromImage(Image::Empty()->original(), Qt::ColorOnly)));
|
||||
window()->setTitle(u" "_q);
|
||||
window()->setTitle(_user->name);
|
||||
window()->setTitleStyle(st::callTitle);
|
||||
|
||||
window()->events(
|
||||
|
|
Loading…
Add table
Reference in a new issue