mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update comment
This commit is contained in:
parent
103b3456a4
commit
564b02c0f5
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue