From 10eda6552585dd9e223bf4da40f2c20ba52045d3 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 31 Jul 2025 14:28:19 +0200 Subject: [PATCH] fix(AppMenu): ensure that aria attributes are set when needed We hide **if** there is **no** notification. We *do not* hide and *show the label* **if** there are notifications for that application. Signed-off-by: Ferdinand Thiessen --- core/src/components/AppMenuIcon.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/core/src/components/AppMenuIcon.vue b/core/src/components/AppMenuIcon.vue index f2cee75e644..8e4ed607c4d 100644 --- a/core/src/components/AppMenuIcon.vue +++ b/core/src/components/AppMenuIcon.vue @@ -14,24 +14,25 @@