mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
change labels to empty strings when finished
This commit is contained in:
parent
99a6cee26c
commit
1a1415ab8d
1 changed files with 2 additions and 0 deletions
|
|
@ -273,6 +273,8 @@ class PublishFrame(QtWidgets.QFrame):
|
|||
|
||||
def _set_finished(self):
|
||||
self.main_label.setText("Finished")
|
||||
self.message_label.setText("")
|
||||
self.message_label_bottom.setText("")
|
||||
self._set_success_property(1)
|
||||
|
||||
def _change_bg_property(self, state=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue