diff --git a/common/src/app/common/flags.cljc b/common/src/app/common/flags.cljc index 41dedb5b94..8190a4c1dc 100644 --- a/common/src/app/common/flags.cljc +++ b/common/src/app/common/flags.cljc @@ -175,7 +175,6 @@ :mcp :background-blur :available-viewer-wasm - :stroke-path :stroke-per-side}) (def all-flags diff --git a/frontend/src/app/main/ui/workspace/context_menu.cljs b/frontend/src/app/main/ui/workspace/context_menu.cljs index d79a194163..c73ac2624a 100644 --- a/frontend/src/app/main/ui/workspace/context_menu.cljs +++ b/frontend/src/app/main/ui/workspace/context_menu.cljs @@ -454,8 +454,7 @@ :on-click do-transform-to-path}]) (when (and has-strokes? - (features/active-feature? @st/state "render-wasm/v1") - (contains? cf/flags :stroke-path)) + (features/active-feature? @st/state "render-wasm/v1")) [:> menu-entry* {:title (tr "workspace.shape.menu.stroke-to-path") :on-click do-strokes-to-path}])