mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
0de26e44a5
commit
8f8ee5c589
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue