Use more appropriate icon for series button in header bar
This commit is contained in:
parent
a1835be5fe
commit
406a423478
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ impl SimpleComponent for MediaTypeSwitcher {
|
||||||
#[wrap(Some)]
|
#[wrap(Some)]
|
||||||
set_content: stack = &ViewStack {
|
set_content: stack = &ViewStack {
|
||||||
add_titled_with_icon[None, "Films", "camera-video-symbolic"]: model.films_grid.widget(),
|
add_titled_with_icon[None, "Films", "camera-video-symbolic"]: model.films_grid.widget(),
|
||||||
add_titled_with_icon[None, "Series", "video-display-symbolic"]: model.series_grid.widget(),
|
add_titled_with_icon[None, "Series", "tv-symbolic"]: model.series_grid.widget(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue