fix(app): default advanced features for new users
This commit is contained in:
parent
04bdf7732b
commit
f8a5fdcc26
6 changed files with 111 additions and 11 deletions
|
|
@ -17,6 +17,7 @@ export function DesktopFirstLaunchOnboarding(props: { initialUrl: string; onLoad
|
|||
)
|
||||
const existingInstall = await window.api.isOldLayoutEligible()
|
||||
settings.general.setOldLayoutEligible(existingInstall)
|
||||
settings.general.initializeFeatureVisibility(existingInstall)
|
||||
if (!server.isLocal()) return
|
||||
|
||||
const pending = await window.api.isFirstLaunchOnboardingPending()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue