mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Bypass window manager for toast notifications.
Regression was introduced in be043a4437
.
Fixes #5052.
This commit is contained in:
parent
90f6642d33
commit
a241e10208
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ Widget::Widget(Manager *manager, QPoint startPosition, int shift, Direction shif
|
||||||
|
|
||||||
setWindowFlags(Qt::WindowFlags(Qt::FramelessWindowHint)
|
setWindowFlags(Qt::WindowFlags(Qt::FramelessWindowHint)
|
||||||
| Qt::WindowStaysOnTopHint
|
| Qt::WindowStaysOnTopHint
|
||||||
|
| Qt::BypassWindowManagerHint
|
||||||
| Qt::NoDropShadowWindowHint
|
| Qt::NoDropShadowWindowHint
|
||||||
| Qt::Tool);
|
| Qt::Tool);
|
||||||
setAttribute(Qt::WA_MacAlwaysShowToolWindow);
|
setAttribute(Qt::WA_MacAlwaysShowToolWindow);
|
||||||
|
|
Loading…
Add table
Reference in a new issue