update comment

This commit is contained in:
yggverse 2024-11-20 16:51:42 +02:00
parent 103b3456a4
commit 564b02c0f5

View File

@ -34,6 +34,7 @@ impl Form {
// Connect events
list.on_select({
let name = name.clone();
// Show name entry on new identity option selected
move |key| name.gobject.set_visible(key.is_none())
});