mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 21:49:10 +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-render-wasm-info
|
||||||
:enable-available-viewer-wasm
|
:enable-available-viewer-wasm
|
||||||
:enable-background-blur
|
:enable-background-blur
|
||||||
|
:enable-stroke-path
|
||||||
:enable-token-combobox])
|
:enable-token-combobox])
|
||||||
|
|
||||||
(defn parse
|
(defn parse
|
||||||
|
|||||||
@ -506,7 +506,8 @@
|
|||||||
:on-click do-transform-to-path}])
|
:on-click do-transform-to-path}])
|
||||||
|
|
||||||
(when (and has-strokes?
|
(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")
|
[:> menu-entry* {:title (tr "workspace.shape.menu.stroke-to-path")
|
||||||
:on-click do-strokes-to-path}])
|
:on-click do-strokes-to-path}])
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user