From 64cb86217e5f74ddb723284ba437bc26e79ef632 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 17 Apr 2019 09:36:01 +0200 Subject: [PATCH] Remove non-existing icon CURA-6447 --- resources/qml/Actions.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/Actions.qml b/resources/qml/Actions.qml index ed89eb553e..ce9618a560 100644 --- a/resources/qml/Actions.qml +++ b/resources/qml/Actions.qml @@ -234,7 +234,6 @@ Item { id: whatsNewAction; text: catalog.i18nc("@action:inmenu menubar:help", "What's New"); - iconName: "help-whats-new"; } Action