mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Bypass window manager for toast notifications.
Regression was introduced in be043a4437
.
Fixes #5052.
This commit is contained in:
@@ -362,6 +362,7 @@ Widget::Widget(Manager *manager, QPoint startPosition, int shift, Direction shif
|
||||
|
||||
setWindowFlags(Qt::WindowFlags(Qt::FramelessWindowHint)
|
||||
| Qt::WindowStaysOnTopHint
|
||||
| Qt::BypassWindowManagerHint
|
||||
| Qt::NoDropShadowWindowHint
|
||||
| Qt::Tool);
|
||||
setAttribute(Qt::WA_MacAlwaysShowToolWindow);
|
||||
|
Reference in New Issue
Block a user