From 03a46decba444b68590cd7e52e07c25577ecdc93 Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 8 Jul 2024 17:21:31 -0500 Subject: [PATCH] Fix:Server connect form press enter to submit #1158 --- components/connection/ServerConnectForm.vue | 2 +- components/ui/IconBtn.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/connection/ServerConnectForm.vue b/components/connection/ServerConnectForm.vue index 7df42309..bc87d61b 100644 --- a/components/connection/ServerConnectForm.vue +++ b/components/connection/ServerConnectForm.vue @@ -45,7 +45,7 @@
- +
{{ networkConnected ? $strings.ButtonSubmit : $strings.MessageNoNetworkConnection }}
diff --git a/components/ui/IconBtn.vue b/components/ui/IconBtn.vue index 4e330364..47df2a6a 100644 --- a/components/ui/IconBtn.vue +++ b/components/ui/IconBtn.vue @@ -1,5 +1,5 @@