From 0c6f1a66492080707d1d40163a0d4706d956a599 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sat, 1 Oct 2022 22:43:32 +0200 Subject: [PATCH] navigationpanel: Fix incorrect property name reference --- components/mobileshell/qml/navigationpanel/NavigationPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/navigationpanel/NavigationPanel.qml b/components/mobileshell/qml/navigationpanel/NavigationPanel.qml index 6a0950cd..e8d73e63 100644 --- a/components/mobileshell/qml/navigationpanel/NavigationPanel.qml +++ b/components/mobileshell/qml/navigationpanel/NavigationPanel.qml @@ -176,7 +176,7 @@ Item { visible: root.rightCornerAction.visible mouseArea: mouseArea colorGroup: root.foregroundColorGroup - enabled: root.rightCornerButton.enabled + enabled: root.rightCornerAction.enabled iconSizeFactor: root.rightCornerAction.iconSizeFactor iconSource: root.rightCornerAction.iconSource onClicked: {