Fixed navigation icons for inverted ambiences

This commit is contained in:
molan-git 2020-01-16 15:31:13 +00:00 committed by GitHub
parent 70295aa63a
commit 52f83ced20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,23 +15,20 @@ SilicaGridView {
id: listModel id: listModel
ListElement { ListElement {
icon: "image://theme/icon-m-home" icon: "image://theme/icon-m-home"
//icon: "../../images/home.svg"
slug: "home" slug: "home"
name: "Home" name: "Home"
active: true active: true
unread: false unread: false
} }
ListElement { ListElement {
//icon: "image://theme/icon-m-region" icon: "image://theme/icon-m-website"
icon: "../../images/federated.svg"
slug: "federated" slug: "federated"
name: "Federated" name: "Federated"
active: false active: false
unread: false unread: false
} }
ListElement { ListElement {
//icon: "image://theme/icon-m-sailfish" icon: "image://theme/icon-m-whereami"
icon: "../../images/local.svg"
slug: "local" slug: "local"
name: "Local" name: "Local"
active: false active: false
@ -39,14 +36,12 @@ SilicaGridView {
} }
ListElement { ListElement {
icon: "image://theme/icon-m-alarm" icon: "image://theme/icon-m-alarm"
//icon: "../../images/notification.svg"
slug: "notifications" slug: "notifications"
name: "Notifications" name: "Notifications"
active: false active: false
} }
ListElement { ListElement {
icon: "image://theme/icon-m-search" icon: "image://theme/icon-m-search"
//icon: "../../images/search.svg"
slug: "search" slug: "search"
name: "Search" name: "Search"
active: false active: false