mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
always call '_update_footer_state'
This commit is contained in:
parent
5982ad7944
commit
e462dca889
1 changed files with 0 additions and 4 deletions
|
|
@ -882,14 +882,10 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
self._comment_input.setStyleSheet("")
|
||||
|
||||
def _set_create_context_valid(self, valid: bool) -> None:
|
||||
if self._create_context_valid is valid:
|
||||
return
|
||||
self._create_context_valid = valid
|
||||
self._update_footer_state()
|
||||
|
||||
def _set_blocked(self, blocked: bool) -> None:
|
||||
if self._blocked_by_crashed_paths is blocked:
|
||||
return
|
||||
self._blocked_by_crashed_paths = blocked
|
||||
self._overview_widget.setEnabled(not blocked)
|
||||
self._update_footer_state()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue