From f8726eb73efdf575f76d7a4466d8b236b2f0aba4 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Fri, 19 Sep 2025 00:49:14 +0200 Subject: [PATCH] fix update spinner Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- src/pages/Settings.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 06964e4..7db4b89 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -302,11 +302,13 @@ function GeneralSection() { Sentry.captureException(e) console.error(e) setUpdateButtonText('Failed to check') + setIsWorkingUpdate(false) return } console.log('receivedUpdate', JSON.stringify(receivedUpdate, null, 2)) if (!receivedUpdate) { setUpdateButtonText('Up to date') + setIsWorkingUpdate(false) return } console.log(