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
|
@ -175,8 +175,9 @@ Rectangle{
|
|||
onDropped: {
|
||||
if (messageSend.state==""){messageSend.state="active"}
|
||||
if (drop.keys.includes('text/uri-list')){
|
||||
attachImageURLs.push(drop.text);
|
||||
attachImage(drop.text)}
|
||||
var droptext = drop.text.replace(/(\r\n|\n|\r)/gm, "");
|
||||
attachImageURLs.push(droptext);
|
||||
attachImage(droptext)}
|
||||
else if (drop.keys.includes('text/html')){
|
||||
bodyField.append(drop.html)}
|
||||
else if (drop.keys.includes('text/plain')){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue