fix icons
This commit is contained in:
parent
056724268e
commit
c087e85e12
2 changed files with 2 additions and 2 deletions
|
|
@ -515,7 +515,7 @@ impl App {
|
|||
|
||||
nav_model = nav_model.insert(|b| {
|
||||
b.text(fl!("recents"))
|
||||
.icon(widget::icon::from_name("user-bookmarks-symbolic")) //TODO change icon with a watch icon like gnome recents
|
||||
.icon(widget::icon::from_name("accessories-clock-symbolic"))
|
||||
.data(Location::Recents)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue