Change order of navigation items
Adapt order of navigation items to the official Mastodon website
This commit is contained in:
parent
9d8699318a
commit
6f57aaeba4
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue