diff options
Diffstat (limited to 'src/controls/Styles/Desktop/MenuStyle.qml')
| -rw-r--r-- | src/controls/Styles/Desktop/MenuStyle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Desktop/MenuStyle.qml b/src/controls/Styles/Desktop/MenuStyle.qml index ecd898cfc..1c21f8c41 100644 --- a/src/controls/Styles/Desktop/MenuStyle.qml +++ b/src/controls/Styles/Desktop/MenuStyle.qml @@ -100,7 +100,7 @@ Style { selected: styleData.selected on: styleData.checkable && styleData.checked - hints: { "showUnderlined": styleData.underlineMnemonics } + hints: { "showUnderlined": styleData.underlineMnemonic } properties: { "checkable": styleData.checkable, |
