From 3a66bf28cd172258eb7c052161a3c239cf703a65 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Fri, 23 May 2025 15:46:35 +0200 Subject: [PATCH] Do not show config button on admin connection. It never worked properly... --- src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index d0c3aed..33daddf 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -13,7 +13,7 @@ const emits = defineEmits(['update:name', 'logout', 'config']) {{ name }}
Log out
-
Config
+