mirror of
https://github.com/penpot/penpot.git
synced 2026-07-25 23:48:15 +00:00
🔧 Revert stroke to path flag deletion and enable it by default (#10827)
This commit is contained in:
parent
c10c7b08aa
commit
8142f4949e
@ -212,6 +212,7 @@
|
||||
:enable-render-wasm-info
|
||||
:enable-available-viewer-wasm
|
||||
:enable-background-blur
|
||||
:enable-stroke-path
|
||||
:enable-token-combobox])
|
||||
|
||||
(defn parse
|
||||
|
||||
@ -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}])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user