mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
make sure the save is enabled
This commit is contained in:
parent
260aad8c1f
commit
4462e218cd
1 changed files with 3 additions and 1 deletions
|
|
@ -333,7 +333,9 @@ class FilesWidget(QtWidgets.QWidget):
|
|||
)
|
||||
|
||||
def _on_save_as_request(self):
|
||||
self._on_published_save_clicked()
|
||||
# Make sure the save is enabled
|
||||
if self._is_save_enabled and self._valid_selected_context:
|
||||
self._on_published_save_clicked()
|
||||
|
||||
def _set_select_contex_mode(self, enabled):
|
||||
if self._select_context_mode is enabled:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue