Commit 88e236a2 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Constants): disable image provider for the next release (buggy)

parent cdfff23c
...@@ -9,5 +9,6 @@ QtObject { ...@@ -9,5 +9,6 @@ QtObject {
property int sizeMax: 999999 property int sizeMax: 999999
property string imagesFormat: '.svg' property string imagesFormat: '.svg'
property string imagesPath: 'image://internal/' // property string imagesPath: 'image://internal/'
property string imagesPath: 'qrc:/assets/images/'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment