mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Added ability to allow transfers of LXMs larger than 1 megabyte
This commit is contained in:
parent
b87b80f152
commit
bfcff07025
4 changed files with 34 additions and 2 deletions
|
@ -143,7 +143,7 @@ class Messages():
|
|||
prgstr = ""
|
||||
prg = self.app.sideband.get_lxm_progress(msg["hash"])
|
||||
if prg != None:
|
||||
prgstr = ", "+str(round(prg*100, 1))+"% progress"
|
||||
prgstr = ", "+str(round(prg*100, 1))+"% done"
|
||||
if msg["title"]:
|
||||
titlestr = "[b]Title[/b] "+msg["title"].decode("utf-8")+"\n"
|
||||
w.heading = titlestr+"[b]Sent[/b] "+txstr+"\n[b]State[/b] Sending"+prgstr+" "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue