mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-12 18:31:34 +00:00
* feat: implement onboarding preferences and welcome modal for new users * fixes * adding: defaultPreferences * fixes * fix: tests * fixes * fix: test * fix: test * fixes * fixes
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"maximized": false,
|
|
"lastOpenedCollections": ["{{projectRoot}}/packages/bruno-tests/collection"],
|
|
"preferences": {
|
|
"onboarding": {
|
|
"hasLaunchedBefore": true,
|
|
"hasSeenWelcomeModal": true
|
|
}
|
|
}
|
|
}
|