Move assets #2

This commit is contained in:
Fierelier 2020-11-24 17:56:06 +01:00
parent 99ead67586
commit 28bcba6cf2
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class guiChannels:
self.friends = []
self.picture = QLabel(self.window)
self.picturePix = QPixmap("assets/windows.png").scaled(32,32,Qt.KeepAspectRatio)
self.picturePix = QPixmap("assets/images/windows.png").scaled(32,32,Qt.KeepAspectRatio)
self.picture.setPixmap(self.picturePix)
self.name = QLabel(self.window)
self.name.setStyleSheet("font-weight: bold")