mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Cleanup print statement
This commit is contained in:
parent
88f984b0a8
commit
0da431fe33
@ -23,7 +23,6 @@ class QCampaignItem(QStandardItem):
|
|||||||
# If the path does not exist (user does not have the terrain installed),
|
# If the path does not exist (user does not have the terrain installed),
|
||||||
# use the old icons as fallback to avoid an ugly campaign list with missing icons
|
# use the old icons as fallback to avoid an ugly campaign list with missing icons
|
||||||
if not icon_path.exists():
|
if not icon_path.exists():
|
||||||
print(f"Icon path: {campaign.fallback_icon_path}")
|
|
||||||
icon_path = campaign.fallback_icon_path
|
icon_path = campaign.fallback_icon_path
|
||||||
|
|
||||||
self.setIcon(QtGui.QIcon(QPixmap(str(icon_path))))
|
self.setIcon(QtGui.QIcon(QPixmap(str(icon_path))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user