mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
set strict mode
This commit is contained in:
parent
7816351b24
commit
884078359b
1 changed files with 1 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ def main(
|
|||
):
|
||||
app = QtWidgets.QApplication([])
|
||||
window = ContextDialog()
|
||||
window.set_strict(strict)
|
||||
window.set_context(project_name, asset_name)
|
||||
window.show()
|
||||
app.exec_()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue