From 2af1d0a5140e1787b9c41de7a222385b3bded3f4 Mon Sep 17 00:00:00 2001 From: Aldo Hoeben Date: Sat, 23 Apr 2022 10:16:14 +0200 Subject: [PATCH] Reenable script(s) active indicator icon --- plugins/PostProcessingPlugin/PostProcessingPlugin.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/PostProcessingPlugin.qml b/plugins/PostProcessingPlugin/PostProcessingPlugin.qml index 90d47f12ae..af9e67b46a 100644 --- a/plugins/PostProcessingPlugin/PostProcessingPlugin.qml +++ b/plugins/PostProcessingPlugin/PostProcessingPlugin.qml @@ -475,7 +475,7 @@ UM.Dialog } toolTipContentAlignment: UM.Enums.ContentAlignment.AlignLeft onClicked: dialog.show() -// iconSource: Qt.resolvedUrl("Script.svg") + iconSource: Qt.resolvedUrl("Script.svg") fixedWidthMode: false }