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
|
unread: false
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
icon: "image://theme/icon-m-website"
|
icon: "image://theme/icon-m-alarm"
|
||||||
slug: "federated"
|
slug: "notifications"
|
||||||
name: "Federated"
|
name: "Notifications"
|
||||||
active: false
|
active: false
|
||||||
unread: false
|
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
icon: "image://theme/icon-m-whereami"
|
icon: "image://theme/icon-m-whereami"
|
||||||
|
@ -35,10 +34,11 @@ SilicaGridView {
|
||||||
unread: false
|
unread: false
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
icon: "image://theme/icon-m-alarm"
|
icon: "image://theme/icon-m-website"
|
||||||
slug: "notifications"
|
slug: "federated"
|
||||||
name: "Notifications"
|
name: "Federated"
|
||||||
active: false
|
active: false
|
||||||
|
unread: false
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
icon: "image://theme/icon-m-search"
|
icon: "image://theme/icon-m-search"
|
||||||
|
|
Loading…
Reference in a new issue