fix(app): preserve agent picker for existing users (#39300)
This commit is contained in:
parent
a45c2b917e
commit
f256a4c538
3 changed files with 45 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ export function DesktopFirstLaunchOnboarding(props: { initialUrl: string; onLoad
|
|||
)
|
||||
const existingInstall = await window.api.isOldLayoutEligible()
|
||||
settings.general.setOldLayoutEligible(existingInstall)
|
||||
settings.general.initializeAgentVisibility(existingInstall)
|
||||
if (!server.isLocal()) return
|
||||
|
||||
const pending = await window.api.isFirstLaunchOnboardingPending()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue