mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +00:00
update comment
This commit is contained in:
parent
103b3456a4
commit
564b02c0f5
@ -34,6 +34,7 @@ impl Form {
|
|||||||
// Connect events
|
// Connect events
|
||||||
list.on_select({
|
list.on_select({
|
||||||
let name = name.clone();
|
let name = name.clone();
|
||||||
|
// Show name entry on new identity option selected
|
||||||
move |key| name.gobject.set_visible(key.is_none())
|
move |key| name.gobject.set_visible(key.is_none())
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user