set strict mode

This commit is contained in:
iLLiCiTiT 2021-10-29 19:03:40 +02:00
parent 7816351b24
commit 884078359b

View file

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