diff --git a/src/qml/Settings/AccountsPage.qml b/src/qml/Settings/AccountsPage.qml index 5c711de17..7aeb8c042 100644 --- a/src/qml/Settings/AccountsPage.qml +++ b/src/qml/Settings/AccountsPage.qml @@ -88,7 +88,7 @@ FormCard.FormCardPage { FormCard.FormArrow { Layout.alignment: Qt.AlignRight | Qt.AlignVCenter - direction: FormCard.FormArrow.Right + direction: Qt.RightArrow } } }