fix update spinner

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-19 00:49:14 +02:00
parent e04c03658a
commit f8726eb73e
+2
View File
@@ -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(