Files
oak-gpui/crates
Kirill Bulatov 3efb871cd4 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
2024-03-02 00:28:51 +02:00
..
2024-02-28 19:23:36 -07:00
2024-02-26 22:15:11 -07:00
2024-02-26 22:15:11 -07:00
2024-02-22 22:28:08 -05:00
2024-02-28 19:23:36 -07:00
2024-01-29 23:47:20 -05:00
2024-02-27 14:29:27 -07:00
2024-02-27 20:41:49 +02:00
2024-02-28 19:23:36 -07:00