Skip to content

Commit

Permalink
Merge pull request #139 from ynput/bugfix/use-correct-ayon-function
Browse files Browse the repository at this point in the history
Chore: Fix usage of missing function
  • Loading branch information
iLLiCiTiT authored Oct 9, 2024
2 parents 354533d + 81e41b8 commit 8cbf80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_shotgrid/tray/sg_login_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, addon, parent=None):
self.login_type = self.addon.get_client_login_type()

self.setWindowTitle("AYON - Shotgrid Login")
icon = QtGui.QIcon(resources.get_openpype_icon_filepath())
icon = QtGui.QIcon(resources.get_ayon_icon_filepath())
self.setWindowIcon(icon)

self.setWindowFlags(
Expand Down

0 comments on commit 8cbf80d

Please sign in to comment.