Merge branch 'dev' into maximilien

This commit is contained in:
Maximilien LEDOUX
2022-03-10 13:51:45 +01:00
3 changed files with 12 additions and 1 deletions

View File

@@ -32,9 +32,10 @@ class AppController:
if message_id == Protocol.PARSE_SIGNOK:
self.window_controller.switch_connected_mode()
self.show_message("Connection done", False)
self.on_filelist()
elif message_id == Protocol.PARSE_SIGNERROR:
self.show_message("Error during SIGN_IN / SIGN_UP", True)
self.on_filelist()
self.connection.close()
except Exception as ex:
print(ex)
traceback.print_exc()