From e2670cd6ba60777ad885bcbd7018f0b12850f188 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 20 Sep 2023 14:59:11 -0400 Subject: [PATCH] Use Qt::ArrowType in FormCard.FormArrow usage on AccountsPage --- src/qml/Settings/AccountsPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }