dropdown for capture_method + random tweaks

This commit is contained in:
galister
2026-01-08 16:57:37 +09:00
parent 5616090fa9
commit e9230f6f9f
19 changed files with 358 additions and 82 deletions

View File

@@ -259,8 +259,10 @@ impl TestbedGeneric {
on_custom_attribs: Some(Rc::new(move |custom_attribs| {
log::info!("custom attribs {:?}", custom_attribs.pairs);
})),
template_name: "my_context_menu".into(),
template_params: Default::default(),
blueprint: context_menu::Blueprint::Template {
template_name: "my_context_menu".into(),
template_params: Default::default(),
},
position,
});
}