Use help-about-symbolic instead of help-about

This commit is contained in:
Tobias Fella 2020-05-10 16:22:04 +02:00
parent 1f7598e1a1
commit 7350ac3951
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ if(ANDROID)
bookmark-new
delete
settings-configure
help-about
help-about-symbolic
list-add
view-refresh
)

View File

@ -40,7 +40,7 @@ Kirigami.ApplicationWindow {
},
Kirigami.Action {
text: i18n("About")
iconName: "help-about"
iconName: "help-about-symbolic"
onTriggered: root.pageStack.push(aboutPage)
}
]