Allow to minimize the menu so it doesn't always have to stay on top

This commit is contained in:
Roy Nieterau 2022-09-15 23:43:42 +02:00
parent df370e5d3c
commit 618e6267b4

View file

@ -44,6 +44,7 @@ class OpenPypeMenu(QtWidgets.QWidget):
QtCore.Qt.Window
| QtCore.Qt.CustomizeWindowHint
| QtCore.Qt.WindowTitleHint
| QtCore.Qt.WindowMinimizeButtonHint
| QtCore.Qt.WindowCloseButtonHint
| QtCore.Qt.WindowStaysOnTopHint
)