+ The background gateway didn't come up. Try one of the recovery steps below — nothing here deletes your + chats or settings. +
++ Repair re-runs the installer and can take a few minutes on a fresh machine. +
+
+ {logs.slice(-40).join('')}
+
+ ) : null}
+ @@ -224,16 +220,7 @@ function Preparing({ boot }: { boot: DesktopBootState }) { {boot.message} {progress}%
{boot.error}
-{boot.error}
: null} ) } diff --git a/apps/desktop/src/global.d.ts b/apps/desktop/src/global.d.ts index dca38387aad3..d278042e8b27 100644 --- a/apps/desktop/src/global.d.ts +++ b/apps/desktop/src/global.d.ts @@ -27,6 +27,8 @@ declare global { setPreviewShortcutActive?: (active: boolean) => void openExternal: (url: string) => Promise