mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-04 23:25:27 -04:00
Fixed sync progress bar display
This commit is contained in:
parent
19fb70fb3f
commit
14eb35f7de
2 changed files with 3 additions and 0 deletions
|
@ -352,6 +352,7 @@ class ConversationsDisplay():
|
|||
|
||||
def cancel_sync(sender):
|
||||
self.app.cancel_lxmf_sync()
|
||||
self.update_sync_dialog()
|
||||
|
||||
cancel_button = urwid.Button("Close", on_press=dismiss_dialog)
|
||||
sync_progress = SyncProgressBar("progress_empty" , "progress_full", current=self.app.get_sync_progress(), done=1.0, satt=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue