mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
use dbcon session
This commit is contained in:
parent
16f37c3703
commit
5b661fd2c7
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ class CreatorWindow(QtWidgets.QDialog):
|
|||
self.setStyleSheet(style.load_stylesheet())
|
||||
|
||||
def refresh(self):
|
||||
self._asset_name_input.setText(api.Session["AVALON_ASSET"])
|
||||
self._asset_name_input.setText(io.Session["AVALON_ASSET"])
|
||||
|
||||
self._creators_model.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue