mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
changed window icon and title
This commit is contained in:
parent
5e7d057da1
commit
7c9df14fc3
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ class PypeInfoWidget(QtWidgets.QWidget):
|
|||
|
||||
self.setStyleSheet(style.load_stylesheet())
|
||||
|
||||
icon = QtGui.QIcon(resources.pype_icon_filepath())
|
||||
self.setWindowIcon(icon)
|
||||
self.setWindowTitle("Pype info")
|
||||
|
||||
main_layout = QtWidgets.QFormLayout(self)
|
||||
|
||||
if getattr(sys, "frozen", False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue