forked from lubuwest/Friendiqa
v0.6.1 Flatpak preparation and update on start for Linux
This commit is contained in:
parent
30bc7df431
commit
ee851789ee
5 changed files with 63 additions and 49 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue