Move workspace::toast_layer::RunAction to zed_actions::toast::RunAction (#32222)
Cleaner to have references to this be `toast::RunAction` matching how it appears in the keymap, instead of `workspace::RunAction`. Release Notes: - N/A
This commit is contained in:
parent
96609151c6
commit
5c9b8e8321
6 changed files with 14 additions and 6 deletions
|
@ -154,6 +154,12 @@ pub mod jj {
|
|||
actions!(jj, [BookmarkList]);
|
||||
}
|
||||
|
||||
pub mod toast {
|
||||
use gpui::actions;
|
||||
|
||||
actions!(toast, [RunAction]);
|
||||
}
|
||||
|
||||
pub mod command_palette {
|
||||
use gpui::actions;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue