From 28ede56c7c056bc6917c6b8187b6f9b0012b2c2c Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 11 Feb 2023 23:47:02 +0100 Subject: [PATCH] Account Setting Information The account setting list the connection name which is the server address directly followed by the username. This is then followed by a field repeating the username again. This duplication of information is nor really helpful, which is why this patch replaces this with two fields containing just the two information: host address and username. --- pages/account.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/account.vue b/pages/account.vue index 4799ce1e..39d9b1d3 100644 --- a/pages/account.vue +++ b/pages/account.vue @@ -1,6 +1,6 @@