From 6221f96ff29acf690ca9045c21a8fc9622cfc589 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Wed, 7 Sep 2022 21:26:29 -0700 Subject: [PATCH 1/3] Disable connecting to the same network multiple times if lockNetwork is enabled --- client/components/NetworkForm.vue | 11 ++++++++++- client/components/Windows/Connect.vue | 22 ++++++++++++++++++++-- server/server.ts | 6 ++++++ 3 files changed, 36 insertions(+), 3 deletions(-) diff --git a/client/components/NetworkForm.vue b/client/components/NetworkForm.vue index 0121484a..07e0d35d 100644 --- a/client/components/NetworkForm.vue +++ b/client/components/NetworkForm.vue @@ -400,6 +400,9 @@ the server tab on new connection"
+
+ {{ disabledReason }} +
-