make sure the confirm message box on top after creating hero version

This commit is contained in:
Kayla Man 2025-11-10 17:55:14 +08:00
parent 6bf7dea414
commit a07fc4bfaa

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_()