From 4b60da6802b7eab64ec26fcb4c76f5dd4ae12315 Mon Sep 17 00:00:00 2001 From: ninovanhooff Date: Thu, 16 Jan 2020 16:26:15 +0100 Subject: [PATCH] Update resources/qml/Actions.qml Remove redundant icon from marketplaceMaterialsAction --- resources/qml/Actions.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index 8a1b2092fa..c62b0cb89a 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -192,7 +192,6 @@ Item Action { id: marketplaceMaterialsAction - iconName: "configure" text: catalog.i18nc("@action:inmenu", "Add more materials from Marketplace") }