mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
error label changed
This commit is contained in:
parent
a67b670b37
commit
9967d0d5f6
1 changed files with 1 additions and 2 deletions
|
|
@ -144,7 +144,6 @@ class Login_Dialog_ui(QtWidgets.QWidget):
|
|||
|
||||
except Exception as e:
|
||||
self.setError("FTRACK_SERVER is not set in templates")
|
||||
self.setError(str(e))
|
||||
self.btnEnter.setEnabled(False)
|
||||
self.btnFtrack.setEnabled(False)
|
||||
for input in self.inputs:
|
||||
|
|
@ -199,7 +198,7 @@ class Login_Dialog_ui(QtWidgets.QWidget):
|
|||
url = url.strip('/ ')
|
||||
|
||||
if not url:
|
||||
self.setError()
|
||||
self.setError("There is no URL set in Templates")
|
||||
return
|
||||
|
||||
if not 'http' in url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue