use 'get_openpype_icon_filepath' instead of 'pype_icon_filepath'

This commit is contained in:
iLLiCiTiT 2021-09-14 15:20:51 +02:00
parent 1cf8f47c75
commit 1f55ae8701
17 changed files with 19 additions and 19 deletions

View file

@ -29,7 +29,7 @@ class ProjectManagerWindow(QtWidgets.QWidget):
self._user_passed = False
self.setWindowTitle("OpenPype Project Manager")
self.setWindowIcon(QtGui.QIcon(resources.pype_icon_filepath()))
self.setWindowIcon(QtGui.QIcon(resources.get_openpype_icon_filepath()))
# Top part of window
top_part_widget = QtWidgets.QWidget(self)