Browse Source

Add missing view_normal icon in the deprecated icons

Also remove the capitalization from the `viewMode`.

CURA-8520
Konstantinos Karmas 3 years ago
parent
commit
de1a299e7a
1 changed files with 5 additions and 1 deletions
  1. 5 1
      resources/themes/cura-light/icons/deprecated_icons.json

+ 5 - 1
resources/themes/cura-light/icons/deprecated_icons.json

@@ -391,7 +391,11 @@
         "new_icon": "CancelBlock",
         "size": "default"
     },
-    "viewMode": {
+    "view_normal": {
+        "new_icon": "Infill0",
+        "size": "default"
+    },
+    "viewmode": {
         "new_icon": "Eye",
         "size": "default"
     }