diff --git a/apps/desktop/src/app/settings/about-settings.tsx b/apps/desktop/src/app/settings/about-settings.tsx
index cef90450ef2..c1d56115d6c 100644
--- a/apps/desktop/src/app/settings/about-settings.tsx
+++ b/apps/desktop/src/app/settings/about-settings.tsx
@@ -13,7 +13,8 @@ import {
$updateStatus,
checkUpdates,
openUpdatesWindow,
- refreshDesktopVersion
+ refreshDesktopVersion,
+ startActiveUpdate
} from '@/store/updates'
import { ListRow, SectionHeading, SettingsContent } from './primitives'
@@ -141,9 +142,14 @@ export function AboutSettings() {
{behind > 0 && supported && !applying && (
-
+ <>
+
+
+ >
)}