Add buttons to image viewer

This commit is contained in:
miruka
2020-07-20 19:32:22 -04:00
parent 595714f9f6
commit a8e1ece1ea
9 changed files with 139 additions and 4 deletions

View File

@@ -259,7 +259,6 @@ class Backend:
while True:
for client in self.clients.values():
if client.healthy:
print( client, client.first_sync_done)
return client
if failures and failures % 300 == 0: