changed window flag to stay on top
This commit is contained in:
parent
51131cf2bd
commit
a7f5181aaf
|
@ -36,7 +36,7 @@ NotifyWidget::NotifyWidget(int pos, const SnoreNotifier *parent) :
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
| Qt::SubWindow
|
| Qt::SubWindow
|
||||||
#else
|
#else
|
||||||
| Qt::ToolTip
|
| Qt::Tool
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue