mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
* fix(ai): show platform-correct modifier key in AI shortcut hints * test(ai): cover platform-correct modifier key in AI shortcut hint specs * Added the import * Added ai.enabled default to playwright default preferences --------- Co-authored-by: Utkarsh <utkarsh@usebruno.com>
12 lines
161 B
JSON
12 lines
161 B
JSON
{
|
|
"preferences": {
|
|
"onboarding": {
|
|
"hasLaunchedBefore": true,
|
|
"hasSeenWelcomeModal": true
|
|
},
|
|
"ai": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|