mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Fix missing icons since move to PyQt6
This commit is contained in:
parent
5d859ffacc
commit
b622738ae3
9 changed files with 12 additions and 12 deletions
|
@ -252,7 +252,7 @@ Item
|
|||
bottom: parent.bottom
|
||||
bottomMargin: 20 * screenScaleFactor // TODO: Theme!
|
||||
}
|
||||
iconSource: "../svg/icons/CameraPhoto.svg"
|
||||
iconSource: Qt.resolvedUrl("../svg/icons/CameraPhoto.svg")
|
||||
enabled: !cloudConnection
|
||||
visible: printer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue