mobile/statistics: add simple icon

This doesn't look great, but it's already part of the breeze-icons,
so it's very easy to add - and it's better than no icon.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-01-09 20:07:17 -08:00
parent 0de26e44a5
commit 8f8ee5c589
2 changed files with 5 additions and 0 deletions

View file

@ -21,5 +21,6 @@
<file alias="icons/edit-copy.svg">breeze-icons/icons/actions/24/edit-copy.svg</file>
<file alias="icons/edit-paste.svg">breeze-icons/icons/actions/24/edit-paste.svg</file>
<file alias="icons/view-readermode.svg">breeze-icons/icons/actions/16/view-readermode.svg</file>
<file alias="icons/office-chart-bar-stacked.svg">breeze-icons/icons/actions/24/office-chart-bar-stacked.svg</file>
</qresource>
</RCC>

View file

@ -456,6 +456,10 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
},
Kirigami.Action {
icon {
name: ":/icons/office-chart-bar-stacked.svg"
}
text: qsTr("Statistics")
onTriggered: {
showPage(statistics)