diff --git a/ts/state/smart/InstallScreen.tsx b/ts/state/smart/InstallScreen.tsx index 172b436a4d..8ac154d623 100644 --- a/ts/state/smart/InstallScreen.tsx +++ b/ts/state/smart/InstallScreen.tsx @@ -203,6 +203,8 @@ export function SmartInstallScreen(): ReactElement { updateProvisioningUrl, confirmNumber ); + + window.removeSetupMenuItems(); } catch (err: unknown) { if (hasCleanedUp) { return;