Manually add servers (#9)

* Add ability to manually add servers to client

* Misc client cleanup

* Add availability check before adding server to client UI
This commit is contained in:
2023-06-08 08:19:37 -05:00
committed by GitHub
parent f54d665714
commit 05c8ac506c
3 changed files with 35 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
from lib.client.dashboard_window import start_client
if __name__ == '__main__':
start_client()
start_client()