v0.6.1 Flatpak preparation and update on start for Linux

This commit is contained in:
LubuWest 2021-06-21 21:56:32 +02:00
commit ee851789ee
5 changed files with 63 additions and 49 deletions

View file

@ -205,7 +205,8 @@ Rectangle{
if (drop.keys.includes('text/uri-list')){
var urllist=drop.text.split('\n');
for(var i=0;i< urllist.length;i++){
attachImage(urllist[i])
var droptext = urllist[i].replace(/(\r\n|\n|\r)/gm, "");
attachImage(droptext)
}
}
}