mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +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
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"maximized": false,
|
|
"lastOpenedCollections": [
|
|
"{{projectRoot}}/tests/response/response-format-select-and-preview/fixtures/collection"
|
|
],
|
|
"preferences": {
|
|
"onboarding": {
|
|
"hasLaunchedBefore": true,
|
|
"hasSeenWelcomeModal": true
|
|
}
|
|
}
|
|
}
|