mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #40 from pypeclub/feature/change_pype_labels
Change pype labels
This commit is contained in:
commit
039537e711
4 changed files with 12 additions and 11 deletions
|
|
@ -17,7 +17,7 @@ class CredentialsDialog(QtWidgets.QDialog):
|
|||
def __init__(self, parent=None):
|
||||
super(CredentialsDialog, self).__init__(parent)
|
||||
|
||||
self.setWindowTitle("Pype - Ftrack Login")
|
||||
self.setWindowTitle("OpenPype - Ftrack Login")
|
||||
|
||||
self._login_server_thread = None
|
||||
self._is_logged = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue