mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix missing variable
This commit is contained in:
parent
d3794478a9
commit
0c41983e12
1 changed files with 1 additions and 1 deletions
|
|
@ -762,8 +762,8 @@ class Window(QtWidgets.QDialog):
|
|||
)
|
||||
|
||||
def on_was_stopped(self):
|
||||
errored = self.controller.errored
|
||||
if self.controller.collected:
|
||||
errored = self.controller.errored
|
||||
self.footer_button_play.setEnabled(not errored)
|
||||
self.footer_button_validate.setEnabled(
|
||||
not errored and not self.controller.validated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue