Skip to content

Commit

Permalink
Merge pull request #230 from BigRoy/enhancement/resolve_menu_minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar authored Mar 27, 2024
2 parents 42db884 + f384487 commit 15890de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/hosts/resolve/api/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(self, *args, **kwargs):
QtCore.Qt.Window
| QtCore.Qt.CustomizeWindowHint
| QtCore.Qt.WindowTitleHint
| QtCore.Qt.WindowMinimizeButtonHint
| QtCore.Qt.WindowCloseButtonHint
| QtCore.Qt.WindowStaysOnTopHint
)
Expand Down

0 comments on commit 15890de

Please sign in to comment.