Stop the pretty OSD from bringing clementine to front on OS X.
This commit is contained in:
parent
3b1188838b
commit
6bac7f6cec
@ -53,7 +53,7 @@ OSDPretty::OSDPretty(QWidget *parent)
|
||||
fading_enabled_(false),
|
||||
fader_(new QTimeLine(300, this))
|
||||
{
|
||||
setWindowFlags(Qt::ToolTip |
|
||||
setWindowFlags(Qt::SplashScreen |
|
||||
Qt::FramelessWindowHint |
|
||||
Qt::WindowStaysOnTopHint);
|
||||
setAttribute(Qt::WA_TranslucentBackground, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user