mirror of https://github.com/KDE/kasts.git
Use help-about-symbolic instead of help-about
This commit is contained in:
parent
1f7598e1a1
commit
7350ac3951
|
@ -24,7 +24,7 @@ if(ANDROID)
|
|||
bookmark-new
|
||||
delete
|
||||
settings-configure
|
||||
help-about
|
||||
help-about-symbolic
|
||||
list-add
|
||||
view-refresh
|
||||
)
|
||||
|
|
|
@ -40,7 +40,7 @@ Kirigami.ApplicationWindow {
|
|||
},
|
||||
Kirigami.Action {
|
||||
text: i18n("About")
|
||||
iconName: "help-about"
|
||||
iconName: "help-about-symbolic"
|
||||
onTriggered: root.pageStack.push(aboutPage)
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue