nothing
This commit is contained in:
1 parent
d8a96bc956
commit
09be172e36
2 files changed
+2
-1
No files matched your search
@@ -58,6 +58,7 @@ pub fn connect_screen(client: &mut Client) -> WidgetId {
|
||||
.text_align(Align::CENTER)
|
||||
.size(30),
|
||||
field_box(
|
||||
// NOTE: should probably do this on submit
|
||||
ip.id_on(Edited, |id, client: &mut Client, _| {
|
||||
client.data.ip = client.ui[id].content();
|
||||
})
|
||||
|
||||
Reference in new issue
Block a user