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
|
||||
| Qt::SubWindow
|
||||
#else
|
||||
| Qt::ToolTip
|
||||
| Qt::Tool
|
||||
#endif
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue