mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
navigationpanel: Fix incorrect property name reference
This commit is contained in:
parent
f03cf4aa68
commit
0c6f1a6649
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue