fix(recents): use correct icon
This commit is contained in:
parent
329c0d3d4e
commit
f41730978c
3 changed files with 3 additions and 3 deletions
|
|
@ -605,7 +605,7 @@ impl App {
|
|||
|
||||
nav_model = nav_model.insert(|b| {
|
||||
b.text(fl!("recents"))
|
||||
.icon(widget::icon::from_name("accessories-clock-symbolic"))
|
||||
.icon(widget::icon::from_name("document-open-recent-symbolic"))
|
||||
.data(Location::Recents)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue