nothing
This commit is contained in:
@@ -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