Change order of navigation items

Adapt order of navigation items to the official Mastodon website
This commit is contained in:
molan-git 2020-01-24 22:02:59 +01:00 committed by GitHub
parent 9d8699318a
commit 6f57aaeba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,11 +21,10 @@ SilicaGridView {
unread: false
}
ListElement {
icon: "image://theme/icon-m-website"
slug: "federated"
name: "Federated"
icon: "image://theme/icon-m-alarm"
slug: "notifications"
name: "Notifications"
active: false
unread: false
}
ListElement {
icon: "image://theme/icon-m-whereami"
@ -35,10 +34,11 @@ SilicaGridView {
unread: false
}
ListElement {
icon: "image://theme/icon-m-alarm"
slug: "notifications"
name: "Notifications"
icon: "image://theme/icon-m-website"
slug: "federated"
name: "Federated"
active: false
unread: false
}
ListElement {
icon: "image://theme/icon-m-search"