Merge pull request #1538 from ynput/enhancement/make)_sure_confirm_message_on_top_after_creating_hero_version

The confirm message box is always on top after creating hero version
This commit is contained in:
Jakub Trllo 2025-11-10 14:01:35 +01:00 committed by GitHub
commit 3fcb4949f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,6 +75,7 @@ class CreateHeroVersion(load.ProductLoaderPlugin):
msgBox.setStyleSheet(style.load_stylesheet())
msgBox.setWindowFlags(
msgBox.windowFlags() | QtCore.Qt.WindowType.FramelessWindowHint
| QtCore.Qt.WindowType.WindowStaysOnTopHint
)
msgBox.exec_()