diff --git a/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts b/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts index 53fcd12620..abb3b7fc1d 100644 --- a/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts +++ b/packages/core/src/features/application-update/child-features/application-update-using-tray/main/tray-items/check-for-updates-tray-item.injectable.ts @@ -55,7 +55,7 @@ const checkForUpdatesTrayItemInjectable = getInjectable({ enabled: computed(() => !checkingForUpdatesState.value.get() && !downloadingUpdateState.value.get()), - visible: computed(() => true), + visible: computed(() => updatingIsEnabled), click: pipeline( async () => {