From 76043a6c0227c0e60a18fcec30c94cdc3cd91fb7 Mon Sep 17 00:00:00 2001 From: Ida Date: Wed, 13 May 2026 13:36:16 +0200 Subject: [PATCH] removed unnecessary grafical workflows page --- modules/features/graphicalEditor/mainGraphicalEditor.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/features/graphicalEditor/mainGraphicalEditor.py b/modules/features/graphicalEditor/mainGraphicalEditor.py index 86530123..d3d70381 100644 --- a/modules/features/graphicalEditor/mainGraphicalEditor.py +++ b/modules/features/graphicalEditor/mainGraphicalEditor.py @@ -32,11 +32,6 @@ UI_OBJECTS = [ "label": t("Editor", context="UI"), "meta": {"area": "editor"} }, - { - "objectKey": "ui.feature.graphicalEditor.workflows", - "label": t("Workflows", context="UI"), - "meta": {"area": "workflows"} - }, { "objectKey": "ui.feature.graphicalEditor.templates", "label": t("Vorlagen", context="UI"),