Move zed actions to zed-actions

This commit is contained in:
Piotr Osiewicz 2023-06-12 13:00:08 +02:00 committed by Mikayla Maki
parent 4b87ce8952
commit 092cf93dae
No known key found for this signature in database
7 changed files with 35 additions and 44 deletions

View file

@ -871,6 +871,6 @@ pub fn background_actions() -> &'static [(&'static str, &'static dyn Action)] {
("Go to file", &file_finder::Toggle),
("Open command palette", &command_palette::Toggle),
("Open recent projects", &recent_projects::OpenRecent),
("Change your settings", &zed::OpenSettings),
("Change your settings", &zed_actions::OpenSettings),
]
}