Skip to content

Commit

Permalink
Move vendor logos
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 committed May 5, 2024
1 parent 406247c commit 0b993af
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion wavebin/interface/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def update(self, vendor: str, model: str, serial: str) -> None:

# Add vendor logo to dialog
self.vendor_image_pixmap = QPixmap()
self.vendor_image_path = str(Path(__file__).parent / "assets" / f"{vendor_clean}.png")
self.vendor_image_path = str(Path(__file__).parent / "assets" / "vendor" / f"{vendor_clean}.png")
self.vendor_image_pixmap.load(self.vendor_image_path)
self.vendor_image_label = QLabel()
self.vendor_image_label.setPixmap(self.vendor_image_pixmap)
Expand Down

0 comments on commit 0b993af

Please sign in to comment.