From bcaf95425acf1d9463dd14ce91764c5b21a5b460 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 23 Oct 2024 19:28:49 +0200 Subject: fix(app-store): Update update count in navigation Signed-off-by: Ferdinand Thiessen --- apps/settings/src/components/AppList.vue | 16 ++++++++++++++-- apps/settings/src/components/AppList/AppItem.vue | 6 ++++++ apps/settings/src/mixins/AppManagement.js | 5 ++++- apps/settings/src/views/AppStoreNavigation.vue | 5 ++--- 4 files changed, 26 insertions(+), 6 deletions(-) (limited to 'apps/settings/src') diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue index 2372b461f57..58e261ef685 100644 --- a/apps/settings/src/components/AppList.vue +++ b/apps/settings/src/components/AppList.vue @@ -140,9 +140,11 @@