mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Igniter: QApplication is created (#5081)
* get_qt_app actually creates new app * Single line creation
This commit is contained in:
parent
13a6c94c86
commit
3869a6f1d0
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ def _get_qt_app():
|
|||
QtCore.Qt.HighDpiScaleFactorRoundingPolicy.PassThrough
|
||||
)
|
||||
|
||||
return app
|
||||
return QtWidgets.QApplication(sys.argv)
|
||||
|
||||
|
||||
def open_dialog():
|
||||
"""Show Igniter dialog."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue