diff --git a/src/controls/private/GlobalDrawerActionItem.qml b/src/controls/private/GlobalDrawerActionItem.qml --- a/src/controls/private/GlobalDrawerActionItem.qml +++ b/src/controls/private/GlobalDrawerActionItem.qml @@ -35,7 +35,7 @@ checked: modelData.checked || (actionsMenu && actionsMenu.visible) width: parent.width - icon: modelData.iconName + icon: modelData.icon iconColor: modelData.icon.color label: width > height * 2 ? MnemonicData.richTextLabel : ""