From 8014f11d6b48ea67b1325fa1d893d3eef95acefa Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Fri, 14 May 2021 09:11:27 +0200 Subject: [PATCH] Add missing entry to the deprecated_icons dict CURA-8205 --- resources/themes/cura-light/icons/deprecated_icons.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/themes/cura-light/icons/deprecated_icons.json b/resources/themes/cura-light/icons/deprecated_icons.json index 9c6f58473b..9b11955fc8 100644 --- a/resources/themes/cura-light/icons/deprecated_icons.json +++ b/resources/themes/cura-light/icons/deprecated_icons.json @@ -239,6 +239,10 @@ "new_icon": "View3D", "size": "default" }, + "view_layer": { + "new_icon": "Layers", + "size": "default" + }, "view_front": { "new_icon": "ViewFront", "size": "default"