Update uses of relm4-macros to relm4 next branch
This commit is contained in:
parent
3782df1e96
commit
04c7e73dec
10 changed files with 31 additions and 15 deletions
|
|
@ -59,7 +59,8 @@ fn build_aps_list(
|
|||
for ap in aps {
|
||||
view! {
|
||||
entry = ListBoxRow {
|
||||
set_child: entry_box = Some(>k4::Box) {
|
||||
#[wrap(Some)]
|
||||
set_child: entry_box = >k4::Box {
|
||||
container_add: labeled_item = &LabeledItem {
|
||||
set_title: &ap.ssid,
|
||||
set_child: icon = &Image {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue