🔧 Revert stroke to path flag deletion and enable it by default (#10827)

This commit is contained in:
Elena Torró 2026-07-24 13:40:47 +02:00 committed by GitHub
parent c10c7b08aa
commit 8142f4949e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -212,6 +212,7 @@
:enable-render-wasm-info
:enable-available-viewer-wasm
:enable-background-blur
:enable-stroke-path
:enable-token-combobox])
(defn parse

View File

@ -506,7 +506,8 @@
:on-click do-transform-to-path}])
(when (and has-strokes?
(features/active-feature? @st/state "render-wasm/v1"))
(features/active-feature? @st/state "render-wasm/v1")
(contains? cf/flags :stroke-path))
[:> menu-entry* {:title (tr "workspace.shape.menu.stroke-to-path")
:on-click do-strokes-to-path}])