use dbcon session

This commit is contained in:
iLLiCiTiT 2021-11-15 10:48:40 +01:00
parent 16f37c3703
commit 5b661fd2c7

View file

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