changed window icon and title

This commit is contained in:
iLLiCiTiT 2021-03-05 16:06:40 +01:00
parent 5e7d057da1
commit 7c9df14fc3

View file

@ -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):