mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(Constants): disable image provider for the next release (buggy)
This commit is contained in:
parent
cdfff23c35
commit
88e236a26b
1 changed files with 2 additions and 1 deletions
|
|
@ -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/'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue