From 88e236a26b437703b3e25182844d84024a97e846 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 29 Jun 2017 13:08:08 +0200 Subject: [PATCH] fix(Constants): disable image provider for the next release (buggy) --- ui/modules/Common/Constants/Constants.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/' }