mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2024-12-23 15:36:12 +00:00
Bug: Custom image are not displayed in properties window
This commit is contained in:
parent
c00b227599
commit
b91255375f
@ -19,7 +19,7 @@ app.init = function(){
|
||||
Url.parentNode.parentNode.style.display = 'none';
|
||||
if(node.image) Image = node.image;
|
||||
else Image = app.settings.grid.folderIcon;
|
||||
ImagePreview.style.backgroundImage = Image;
|
||||
ImagePreview.style.backgroundImage = 'url(' + Image + ')';
|
||||
break;
|
||||
case app.GridNodes.GridNodeType.bookmark:
|
||||
Url.value = node.url;
|
||||
|
Loading…
Reference in New Issue
Block a user