mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
set openPypeMongo if running from code
This commit is contained in:
parent
67576c2bf5
commit
36f88482a5
1 changed files with 2 additions and 2 deletions
|
|
@ -317,8 +317,8 @@ class InstallDialog(QtWidgets.QDialog):
|
||||||
self._mongo_input.set_invalid()
|
self._mongo_input.set_invalid()
|
||||||
self.update_console(f"!!! {reason}", True)
|
self.update_console(f"!!! {reason}", True)
|
||||||
return
|
return
|
||||||
else:
|
|
||||||
self._mongo_input.set_valid()
|
self._secure_registry.set_item("openPypeMongo", self.mongo_url)
|
||||||
|
|
||||||
self.done(2)
|
self.done(2)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue