Immediatly show UI transfer for clipboard paste

Create an Upload model item before compressing the image and writing it
to disk
This commit is contained in:
miruka
2020-07-16 16:00:11 -04:00
parent bceafd7bbd
commit 5cc1c55d95
3 changed files with 37 additions and 20 deletions

View File

@@ -65,6 +65,9 @@ HColumnLayout {
cancelPending ?
qsTr("Cancelling...") :
status === "Preparing" ?
qsTr("Preparing file...") :
status === "Uploading" ?
fileName :