LabeledItem works!

This commit is contained in:
Lucy 2022-02-28 15:27:26 -05:00
parent 0b0279b3ed
commit 5b6242d9d9
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 18 additions and 9 deletions

View file

@ -56,7 +56,7 @@ fn display_active_connections(
flags,
rsn_flags,
wpa_flags,
} => todo!(),
} => continue,
ActiveConnectionInfo::Vpn { name, ip_addresses } => render_vpn(name, ip_addresses),
};
let entry = ListBoxRow::builder().child(&entry).build();