Replace deprecated usage of iconName with icon.name

This commit is contained in:
Joshua Goins
2023-01-27 20:08:58 -05:00
committed by Tobias Fella
parent 38dcefffcb
commit 765a95050d
5 changed files with 16 additions and 16 deletions

View File

@@ -138,7 +138,7 @@ QQC2.ToolBar {
name: Controller.activeConnection.localUser.displayName ?? Controller.activeConnection.localUser.id
actions.main: Kirigami.Action {
text: i18n("Edit this account")
iconName: "document-edit"
icon.name: "document-edit"
onTriggered: pageStack.pushDialogLayer(Qt.resolvedUrl('./AccountEditorPage.qml'), {
connection: Controller.activeConnection
}, {