diff --git a/apps/desktop/src/routes/(window-chrome)/update.tsx b/apps/desktop/src/routes/(window-chrome)/update.tsx index c5e90ca3..b7111676 100644 --- a/apps/desktop/src/routes/(window-chrome)/update.tsx +++ b/apps/desktop/src/routes/(window-chrome)/update.tsx @@ -16,7 +16,13 @@ export default function () { return (
- + No update available + } + keyed + > {(update) => { type UpdateStatus = | { type: "downloading"; progress: number; contentLength?: number } @@ -57,10 +63,14 @@ export default function () { return (
- }> + + } + >
-

+

Update has been installed. Restart Cap to finish updating.

@@ -81,7 +91,9 @@ export default function () { > {(status) => ( <> -

Installing Update

+

+ Installing Update +