This commit is contained in:
iris committed 2025-12-05 00:05:07 -05:00
1 parent d8a96bc956
commit 09be172e36
2 files changed
+2 -1

No files matched your search

+1
View File
@@ -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();
})