Skip to content

Commit

Permalink
fix usage of missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 9, 2024
1 parent 354533d commit 81e41b8
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 81e41b8

Please sign in to comment.