From a166b86657db7221b5710be625526ab1fc4416ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Steinhagen?= <88777268+bjoernsteinhagen@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:36:11 +0200 Subject: [PATCH] fix: hide update alert for non-distributed connectors (#63) * fix: hide update alert for non-distributed connectors * chore: formatting --- components/common/UpdateAlert.vue | 2 ++ store/hostApp.ts | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/common/UpdateAlert.vue b/components/common/UpdateAlert.vue index dc68328..a997d86 100644 --- a/components/common/UpdateAlert.vue +++ b/components/common/UpdateAlert.vue @@ -1,6 +1,8 @@