From ec7fa2bcd9c23847d55485f83c0591d1a70beae6 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni <6173598+dpschen@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:57:32 +0200 Subject: [PATCH] feat(settings): hide up-to-date message during load During loading of the AppList the message 'All apps are up-to-date.' was always shown even if there were updates available afterwards. Signed-off-by: Dominik Pschenitschni <6173598+dpschen@users.noreply.github.com> --- apps/settings/src/components/AppList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue index 72bf1abd162d0..7b0347302cc7d 100644 --- a/apps/settings/src/components/AppList.vue +++ b/apps/settings/src/components/AppList.vue @@ -14,7 +14,7 @@