parent
2da80e4641
commit
0b9c9f5f2d
2 changed files with 108 additions and 1 deletions
|
@ -189,6 +189,7 @@ pub fn init(cx: &mut App) {
|
|||
base_keymap_picker::init(cx);
|
||||
|
||||
register_serializable_item::<Onboarding>(cx);
|
||||
register_serializable_item::<WelcomePage>(cx);
|
||||
}
|
||||
|
||||
pub fn show_onboarding_view(app_state: Arc<AppState>, cx: &mut App) -> Task<anyhow::Result<()>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue