diff --git a/ui/modules/Common/Constants/Constants.qml b/ui/modules/Common/Constants/Constants.qml index 884d48b5e..7b053ae5c 100644 --- a/ui/modules/Common/Constants/Constants.qml +++ b/ui/modules/Common/Constants/Constants.qml @@ -9,5 +9,6 @@ QtObject { property int sizeMax: 999999 property string imagesFormat: '.svg' - property string imagesPath: 'image://internal/' + // property string imagesPath: 'image://internal/' + property string imagesPath: 'qrc:/assets/images/' }