Add a way to change what `menu::Confirm` does in the recent projects modal (#8688)
Follow-up of
https://github.com/zed-industries/zed/issues/8651#issuecomment-1973411072
Zed current default is still to reuse the current window, but now it's
possible to do
```json
"alt-cmd-o": [
"projects::OpenRecent",
{
"create_new_window": true
}
]
```
and change this.
menu::Secondary confirm does the action with opposite window creation
strategy.
Release Notes:
- Improved open recent projects flexibility: settings can change whether
`menu::Confirm` opens a new window or reuses the old one K
Kirill Bulatov committed
3efb871cd49d06608dd9c3d7ecc151982229d84d
Parent: 37f7957
Committed by GitHub <noreply@github.com>
on 3/1/2024, 10:28:51 PM