LabeledItem works!
This commit is contained in:
parent
0b0279b3ed
commit
5b6242d9d9
3 changed files with 18 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue