Fix some action registrations
This commit is contained in:
parent
c5367e3085
commit
d678efe7dd
2 changed files with 3 additions and 1 deletions
|
@ -183,6 +183,8 @@ macro_rules! impl_actions {
|
|||
Ok(std::boxed::Box::new(gpui::serde_json::from_value::<Self>(value)?))
|
||||
}
|
||||
);
|
||||
|
||||
gpui::register_action!($name);
|
||||
)*
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue