mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
hide project name messages without text
This commit is contained in:
parent
77108c5542
commit
807eefee6d
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ class CreateProjectDialog(QtWidgets.QDialog):
|
|||
|
||||
self._project_name_is_valid = is_valid
|
||||
self.project_name_label.setText(message)
|
||||
self.project_name_label.setVisible(bool(message))
|
||||
self._enable_button()
|
||||
|
||||
def _update_valid_project_code(self, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue